Home › Forums › Partner and Community Forums › PHP Community › phpMyAdmin ERROR
Previous Next
Last post 04-21-2008 1:50 PM by brashquido. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
PHP is now working fine, but i now have this error :-
I have uncommented the extensions in the php.ini and copied those extensions to the System32 folder ...
Any other suggestions ?
Many Thanks
Whitetimer
check the php.ini file on php directory, and also in c:\windows.
Php in cgi mode will use first the php.ini file located on php folder, you can also use sysinternals filemon to check witch php.ini file are used
Hi Whitetimer,
Sounds like PHP is not loading you configuration file. Have a look at my article on where php.ini is loaded from and ensure that you have your PHPRC and/or INI path set in the registry. Ideally you should NOT need to copy any PHP files to your Windows directory to get PHP to work properly. Once you have done the above you can load up your phpinfo page and verify that the MySQL extension is loading. If it isn't then look at the "Loaded Configuration File" value in your phpinfo output as it should be pointing to your php.ini file. Once you have the MySQL extension loading properly you might also be interested in my guide on how to install and configure PHPMyAdmin on IIS .