[Plugin: WP Super Cache] Error Zend on Gandi hosting
-
Fatal error: Internal Zend error – Missing class information for in /srv/data/web/vhosts/www.my-domain.fr/htdocs/wordpress/wp-content/plugins/wp-super-cache/wp-cache-base.php on line 5 Call Stack: 0.0002 635064 1. {main}() /srv/data/web/vhosts/www.my-domain.fr/htdocs/index.php:0 0.0004 635544 2. require(‘/srv/data/web/vhosts/www.my-domain.fr/htdocs/wordpress/wp-blog-header.php’)
Same error than here : https://bugs.php.net/bug.php?id=59298
I am encountering this problem in the context of the WordPress Supercache
plugin:
https://www.ads-software.com/support/topic/supercache-internal-zend-error-wtf
https://mytech.dsa.me/en/2011/08/09/apc-include_once_override-problem-
solve/#commentsPHP version 5.3.1, APC version 3.1.9
The code in that file (wp-content/plugins/wp-super-cache/wp-cache-base.php) is as follows:
if (!class_exists('CacheMeta')) { class CacheMeta { //PHP FATAL ERROR APPEARS WITH THIS LINE REFERENCE var $dynamic = false; var $headers = array(); var $uri = ''; var $post = 0; } }
It is weird because I have another blog with same configuration, and it’s working fine…
- The topic ‘[Plugin: WP Super Cache] Error Zend on Gandi hosting’ is closed to new replies.