I've searched the issue queue and could not find anything similar to my problem. I am using authcache + memcached. Caching works fine on some pages but on pages with views, I get errors regarding some views functions so it doesn't cache.

Example 1:

NO_CACHE: "Page not cached."
INFO: {"Reason":"PHP Error","type":2048,"message":"Declaration of views_handler_filter_term_node_tid::value_validate() should be compatible with that of views_handler_filter::value_validate()","file":"C:\\mysite\\sites\\all\\modules\\views\\modules\\taxonomy\\views_handler_filter_term_node_tid.inc","line":0}

Example 2:

NO_CACHE: "Page not cached."
INFO: {"Reason":"PHP Error","type":2048,"message":"Declaration of views_plugin_row::options_submit() should be compatible with that of views_plugin::options_submit()","file":"C:\\mysite\\sites\\all\\modules\\views\\plugins\\views_plugin_row.inc","line":0}

I'm using:
PHP 5.2.13
Drupal 6.14
authcache 6.x-1.0-rc2

I have turned off displaying errors in php.ini (and then restarted apache), but it didn't help. Please let me know if you have any ideas for debugging/fixing.

Thanks,
Kristen

Comments

Kristen Pol’s picture

Status: Active » Fixed

I was able to get the caching to work if I turned off error_reporting all the way. Not ideal obviously, but will work for now. If you have ideas to fix without having to disable error reporting, please let me know.

Thanks,
Kristen

Kristen Pol’s picture

Status: Fixed » Needs work

Hmm... I thought that it was "fixed" but changing the php.ini settings but I'm not so sure... I get intermittent PHP Errors showing up. If I reload the page, sometimes the error goes away. Ideas??

Jonah Ellison’s picture

Have you tried updating the Views module? This also might be related: http://drupal.org/node/653628

Jonah Ellison’s picture

Status: Needs work » Closed (works as designed)