Viewing 3 replies - 1 through 3 (of 3 total)
  • Sorry, it’s not something I can fix as it’s a zend/php problem. ??

    I found this line in php.ini, if you have access to such a thing, worked for me:

    apc.filters = wp-cache-base

    The problem seems to be related to APC/PHP/Zend or some interaction of the three.

    BTW, my understanding of that apc.filters directive is that APC (which is a way of speeding up PHP) will not cache files with names matching ‘wp-cache-base’, but all other files in that request will be added to the opcode cache. From the APC config manual:

    A comma-separated list of POSIX extended regular expressions. If any pattern matches the source filename, the file will not be cached. Note that the filename used for matching is the one passed to include/require, not the absolute path. If the first character of the expression is a + then the expression will be additive in the sense that any files matched by the expression will be cached, and if the first character is a – then anything matched will not be cached. The – case is the default, so it can be left off.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Super Cache] Error Zend on Gandi hosting’ is closed to new replies.