Forums
(@photocrafty)
14 years, 11 months ago
I was having the same problem with a client of mine. I fixed it by adding the following line to the wp-config.php file.
ini_set(‘zend.ze1_compatibility_mode’, 0);
Hope that helps!