I have Drupal integrated (only users are integrated) with phpbb3 forum and authcache doesn't work for any page:
"Authcache prevented caching
NO_CACHE: "Page not cached."
INFO: {"Reason":"PHP Error","type":2048,"message":"Non-static method utf_normalizer::nfc() should not be called statically","file":"/home2/mysite/public_html/forum/includes/utf/utf_tools.php","line":1781}"

Why this module looks at /forum directory, when my drupal is in /site?

I added this exeptions without any effect:
forum/*
./forum/*

Any help?

Comments

Jonah Ellison’s picture

Category: bug » support
Priority: Critical » Minor

This module isn't looking at your forum directory, but your Drupal codebase is. If Authcache discovers that PHP is throwing errors, it won't cache the page. You'll need to figure out why your Drupal install is causing PHP errors and fix it. Try looking at your Drupal log.

superfedya’s picture

This error only visible in Authcache debug and I thinks this module is responsible: http://drupal.org/project/issues/phpbbforum

Jonah Ellison’s picture

Status: Active » Closed (works as designed)