Web Hosting Talk







View Full Version : phpMyAdmin Error


qhasxeem
11-15-2001, 10:12 AM
I installed MySQL and PHP 4.0.6(w/ GD) using the package from COBALT.

I changed the MYSQL root and added tables to MYSQL.
Then installed phpMYADMIN. It worked then suddenly I got the following message:

Warning: Failed opening './config.inc.php' for inclusion (include_path='') in /home/sites/home/web/phpMyAdmin/libraries/common.lib.php on line 103

Anyone got a clue???

:confused:

iplexx
11-15-2001, 10:20 AM
You must add this to your /etc/httpd/php.ini :
extension=mysql.so
and restart the httpd afterwards

Cobalt mentiones this on their pkg website too.

qhasxeem
11-15-2001, 10:28 AM
I did.

I issued the restart httpd command also.
:D