Forum Moderators: coopster
"vBulletin 3.5.4 requires that the MySQL functions in PHP be available. Please ask your host to enable this."
is what im doing...
shows apache is working...
shows php is working...
so whats the deal? Someone please help!
[edited by: jatar_k at 11:30 pm (utc) on May 27, 2006]
[edit reason] no urls thanks [/edit]
it looks liek the mysql functions are not enabled, mysql may very well be setup correctly
you could look at this thread
[webmasterworld.com...]
In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library bundled with PHP. Read this FAQ for details on why. Because of this, Windows users will need to enable php_mysql.dll inside of php.ini and either copy libmysql.dll into the Windows system directory or make it available to the PATH. For compiling, simply use --with-mysql=[DIR] where [DIR] points to your MySQL installation directory.
uncommenting php_mysql.dll... does that mean...
from ;php_mysql.dll to php_mysql.dll? If so then i just did it and restarted apache and got the same error.
...and either copy libmysql.dll into the Windows system directory....
is that windows\system or system32?