This is a discussion on help with PhpMyAdmin within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, I have set up the Xitami server (2.5c2) and PHP (5.0.5) on my Win98 system without ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I have set up the Xitami server (2.5c2) and PHP (5.0.5) on my Win98 system without any problem. I am trying to add PhpMyAdmin. When I try to load http://home/phpmyadmin which loads index.php, I get the following (lengthy) warning... Warning: main(./libraries/grab_globals.lib.php): failed to open stream: No such file or directory in C:\XITAMI-25\APP\public_html\phpMyAdmin\index.php on line 8 Fatal error: main(): Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php\includes\;c:\xitami-25\app\includes\;c:\xitami-25\ap p\public_html\phpMyAdmin\;c:\xitami-25\app\public_html\phpMyAdmin\libraries\ ') in C:\XITAMI-25\APP\public_html\phpMyAdmin\index.php on line 8 I have verified that the grab_globals.lib.php exists in the libraries directory. I tried removing the './' from the beginning of the path and the file is found but produces an equivalent error for ../libraries/common.lib.php when I remove the './' from the beginning of this path this file is apparently found but the page loaded is blank. Any help that anyone can give me with this would be greatly appreciated. If I haven't included enough info please let me know. many thanks tc (totally confused) |
|
|||
|
|
|
|||
|
|
|
|||
|
"Sean" <oreilly.sean@gmail.com> wrote in message
news:1133105223.932212.16600@g43g2000cwa.googlegro ups.com... > In the config.inc.php file does the PmaAbsoluteUri param equal > http://home/phpmyadmin/? > yup $cfg['PmaAbsoluteUri'] = 'http://home/phpmyadmin/'; |