View Single Post
  #3  
Old 03-21-2012, 08:49 AM
BrentH BrentH is offline
New Member
 
Join Date: Mar 2012
Posts: 2
Quote:
Originally Posted by NiteWave View Post
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.
Reply With Quote