
03-21-2012, 08:49 AM
|
|
New Member
|
|
Join Date: Mar 2012
Posts: 2
|
|
Quote:
Originally Posted by NiteWave
can you comment out this line in php.ini
zend_extension="/usr/local/Zend/lib/Guard-5.5.0/php-5.3.x/ZendGuardLoader.so"
and see if any difference?
|
This is what the fix was. I ended up submitting a ticket our server provider and they took care of it in seconds.
They uncommented "mysql.so" in the php.ini file. They said the module was built in to the binary, so it didn't need to be called externally.
|