Compatibility for Authcache, Memcache, CacheRouter, etc.
Flying Drupalist - March 8, 2009 - 20:29
| Project: | AJAX Comments |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
Does this module work with authcache?
http://drupal.org/project/authcache
Thanks, I would like to know this before trying to install it.

#1
Well, I didn't ever used it, so you may try yourself.
#2
Well when a page is cached I get this error:
an error occurred. /ajax_comments/js
#3
do you try to set the path in authcache settings like this
*/ajax_comments/*
ajax_comments/js*
I have a lot of ajax modules and authcache and this solution works for quicktabs, exposed filters in ajax (views) ...
#4
Unfortunately this does not work. I am having the same error.
#5
you are not alone ...
http://drupal.org/node/412368
#6
AJAX Comments implements custom caching functions that interact with Drupal core caching tables. Some sites may use third-party caching systems, however, such as CacheRouter and Memcache. This patch has two fixes:
$conf['cache_inc']is defined, then calling cache_get instead of interacting with Drupal core database tables.#7
wow, this patch can be really handy. Can someone test it?
#8
Patch work for me on site with memcache.
#9
I confirm, it works with authcache module actived on my site.
thank you Jonah
#10
Subscribing, this issue seems to be related to #353607: Mollom support
Changing the status to needs review, although the patch seems to be working already.
#11
This patch works for version 1.8, but I cannot delete comments
#12
For 1.8 you should not apply the patch, as it's already there.
#13
Automatically closed -- issue fixed for 2 weeks with no activity.