PhpMyAdmin not working [SOLVED!]
Posted by: phorman (---.hsd1.tx.comcast.net)
Date: November 15, 2009 12:31AM

Hello,

I recently installed WAMPSERVER 2.0i on a Windows Vista (64-Bit) machine.

I also have read wherer people are having problems with some of the plugins of PHP 5.3,
so I downloaded and installed PHP 5.2.11.

I have no problem running PHPINFO, but when I try to run phpMyAdmin, I get an error that tells me I need to fix the errors in my Apache Error logs before it will run correctly.


--- ERROR --
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
------------


In the Apache logs, I see that I am running the same version of the plug-ins with the exception that the modules were compiled with thread-safety = 0 and my PHP was compiled with Thread-Safety = 1.

Is this due to the 64 bit version of Windows Vista?

How can I fix this? It is preventing phpMyAdmin from loading.

See below for error log:
---------------------

[Sat Nov 14 15:26:47 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.11 configured -- resuming normal operations
[Sat Nov 14 15:26:47 2009] [notice] Server built: Dec 10 2008 00:10:06
[Sat Nov 14 15:26:47 2009] [notice] Parent: Created child process 11740
PHP Warning: PHP Startup: soap: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: sockets: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: mysql: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: pdo_pgsql: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: gd: Unable to initialize module\nModule compiled with module API=20060613, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
[Sat Nov 14 15:26:47 2009] [notice] Child 11740: Child process is running
[Sat Nov 14 15:26:47 2009] [notice] Child 11740: Acquired the start mutex.
[Sat Nov 14 15:26:47 2009] [notice] Child 11740: Starting 64 worker threads.
[Sat Nov 14 15:26:47 2009] [notice] Child 11740: Starting thread to listen on port 80.
[Sat Nov 14 15:32:06 2009] [warn] (OS 64)The specified network name is no longer available.



Edited 3 time(s). Last edit at 11/17/2009 06:53AM by phorman.

Options: ReplyQuote
Re: PhpMyAdmin not working [SOLVED]
Posted by: phorman (---.hsd1.tx.comcast.net)
Date: November 17, 2009 06:52AM

SOLUTION FOUND!!:

For those that may run into the same issue, my problem was that I had Zend Core 2.5 installed on my system prior to installing WAMP 2.0. Apparantly, WAMP accesses some of the Zend Core Modules even if you specify the modules directory in php.ini.

So to solve the problem, I uninstalled Zend Core 2.5, and WAMP 2.0i and re-installed WAMP 2.0i and now everything is working as expected.

Options: ReplyQuote


Sorry, only registered users may post in this forum.