View previous topic :: View next topic |
Author |
Message |
l4nc3r -
Joined: 21 Jun 2007 Posts: 2
|
Posted: Thu Jun 21, 2007 4:05 pm Post subject: PhpMyAdmin crashes PHP on Create Table |
|
|
Environment:
Windows XP
Abyss WS X1 2.4
PHP 5.2.3
MySQL 5.0
phpMyAdmin 2.10.2
I can open up phpMyAdmin and create databases, but when I try to add a table to one of the databases, windows gives a "CGI / FastCGI has encountered a problem...etc." Here's what I've done:
Reinstalled MySQL
Resinstalled PHP
Reinstalled Abyss
Reinstalled/upgraded phpMyAdmin
Attempted to create a test table outside of phpMyAdmin with a php script (successful)
Made sure mbstring extension was enabled in php configuration file
Made sure extension directory was correct
Made sure mbstring extension was in system PATH
Anyone have any idea what's wrong? If it's a bug, should I just wait until phpMyAdmin or PHP fixes the bug, or is there something I can do? Any input greatly appreciated. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Jun 21, 2007 5:10 pm Post subject: |
|
|
Its most likely the php version you installed. Try an older/newer version to the one you have now. Ive seen this happen on numerous occasions (but not when using phpMyAdmin, when using other scripts). An upgrade/downgrade solved this.
The version from my website should do the trick as its the same one I use. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
l4nc3r -
Joined: 21 Jun 2007 Posts: 2
|
Posted: Thu Jun 21, 2007 6:14 pm Post subject: |
|
|
FIXED: Merely stopped all extensions except mysqli. I'm going to go through and uncomment one by one the ones I want now. |
|
Back to top |
|
 |
|