Image

Imagesoltice wrote in Imagephp

include_path woes

I have a linux machine running Boa and PHP. This morning, I tired to install myPHPAdmin so I could twiddle with the MySQL schema before posting it to my *real* webserver.

When I run the script, I get the following error:

Fatal error: Failed opening required './libraries/select_lang.lib.php' (include_path='.:/usr/local/lib/php') in /home/niea/public_html/mysql/config.inc.php on line 332

Actually, this is the third of these type of errors. I made the other two go away by changing the local ./ path to an absolute path starting with /home/niea/public_html/mysql. I've installed this utility successfully before, so I think the problem is either my webserver, or it's my php distribution.

Any suggestions?