Drupal 7 eaccelerator issues
http://drupal.org/node/606304
disabling eaccelerator in .htaccess lets D7 work
php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0
otherwise, we get the error:
PHP Fatal error: Class 'FieldException' not found
Thanks to axper
Comments
Post new comment