I enabled authcache and authcache_form and correctly setup my settings file.

I have feedback module enabled on my pages.
When I enable authcache_form I get the errors below which go away when I disable the module:

Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://mysite/sites/all/modules/core/contr…tcontroller/authcache.php?a=feedback_form&r=frag/form-token&o[q]=&v=a0wbzg
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://mysite/sites/all/modules/core/contr…roX44n8xpGvf671n390Tr8cgK0jwSlQ51QYjMY&r=frag/form-build-id&o[q]=&v=a0wbzg
http://mysitem/sites/all/modules/authcache/modules/authcache_p13n/frontc...

Comments

znerol’s picture

Thanks for your report. On a clean drupal install with only authcache (form, menu, p13n, ajax, builtin), and feedback I cannot reproduce the problem. In order to track down the cause of this issue I need more information.

Can you find related entries in the watchdog log? Are there suspicious messages in the webserver error-log?

znerol’s picture

Status: Active » Postponed (maintainer needs more info)
SocialNicheGuru’s picture

I installed the new authcache and I don't think this is an issue anymore.

znerol’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Ok. As of commit 6fce4f3 the front controller will log unexpected exceptions. It will not catch PHP errors though. Anyway, if the front controller returns HTTP status 500, there is now a chance that some information is logged.