hello,

I have posted this issue in ajax comment queue.
I have a problem with ajax comment module.
I try to exclude paths from these module in the authcache settings but that doesn't work with authcache actived.
ajax_comments/*
ajax_comments
*/ajax_comments/*
ajax_comments/instant_delete/*
ajax_comments/js
ajax_comments/js*
ajax_comments/js_reload/*

what can i try ?

Comments

Jonah Ellison’s picture

Assigned: Unassigned » Jonah Ellison
Status: Active » Needs review

I've created a patch for the AJAX Comments module to make it compatible with Authcache:

http://drupal.org/node/395394#comment-1987804

The only exclude path required should be:

ajax_comments*

Jonah Ellison’s picture

Status: Needs review » Closed (fixed)
kandrupaler’s picture

Issue summary: View changes

Wow! Facing this issue 6 years later! I'm using Authcache version 7.x-2.0-beta7. Is there a patch available for this version?