Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can !
Moderator: General Moderators
mallen
Forum Newbie
Posts: 9 Joined: Thu Sep 20, 2007 9:23 pm
Post
by mallen » Sat Sep 22, 2007 12:19 am
I had Mysql 5.0 and PHP 5.1.4 running fine. I installed PHP 5.2.4 and I get the following error when I start PHPMyadmin.
Cannot load mysql extension. Please check your PHP configuration.
extension_dir = "C:/PHP/ext/"
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
mallen
Forum Newbie
Posts: 9 Joined: Thu Sep 20, 2007 9:23 pm
Post
by mallen » Sat Sep 22, 2007 12:37 am
Solved the problem. I was using 5.1.4 versions of php_mbstring.dll abd php_mysql.dll in the extensions and got the ones for PHP 5.2.4.4 and its working.