View previous topic :: View next topic |
Author |
Message |
Mina -
Joined: 13 Aug 2003 Posts: 7
|
Posted: Mon Sep 08, 2003 1:37 am Post subject: problem accessing phpmyadmin |
|
|
I did a quick search here on the forums and didn't find an answer, so here goes...
System stats:
WinXP
MySQL 4.0.14b
PHP 4.3.2
Abyss X1 update 1
I've had Abyss, MySQL & PHP all running fine on this computer before, but recently had to reinstall my OS. All my installs seem to functioning normally, and I followed all the tutorials here when doing the installing. My problem is when I try to access phpMyAdmin for the first time I get this error:
Warning: main(./libraries/mysql_wrappers.lib.php): failed to open stream: No such file or directory in C:\Program Files\Abyss Web Server\scripts\phpMyAdmin\libraries\common.lib.php on line 153
Warning: main(): Failed opening './libraries/mysql_wrappers.lib.php' for inclusion (include_path='.;c:\php4\pear') in C:\Program Files\Abyss Web Server\scripts\phpMyAdmin\libraries\common.lib.php on line 153
Fatal error: Call to undefined function: pma_mysql_query() in C:\Program Files\Abyss Web Server\scripts\phpMyAdmin\libraries\defines.lib.php on line 17
Any ideas? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Sep 08, 2003 11:48 pm Post subject: Re: problem accessing phpmyadmin |
|
|
The problem is that PHP cannot find the reported files to include them.
You should probably open php.ini and modify/add the include_path parameter to refer to the irectory where PHPMyAdmin is installed. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Mina -
Joined: 13 Aug 2003 Posts: 7
|
Posted: Tue Sep 09, 2003 1:37 am Post subject: |
|
|
I'll check that out, thanks for the help. :D |
|
Back to top |
|
 |
|