Does this module work with authcache?

http://drupal.org/project/authcache

Thanks, I would like to know this before trying to install it.

Comments

neochief’s picture

Well, I didn't ever used it, so you may try yourself.

Flying Drupalist’s picture

Well when a page is cached I get this error:

an error occurred. /ajax_comments/js

pixelpreview@gmail.com’s picture

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) ...

stephencarr’s picture

Unfortunately this does not work. I am having the same error.

pixelpreview@gmail.com’s picture

you are not alone ...

http://drupal.org/node/412368

Jonah Ellison’s picture

Title: Support for Authcache » Compatibility for Authcache, Memcache, CacheRouter, etc.
Category: support » task
Priority: Normal » Critical
Status: Active » Patch (to be ported)
StatusFileSize
new13.86 KB
new13.86 KB
new3.63 KB

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:

  • Adds compatibility for third-party caching systems by detecting if $conf['cache_inc'] is defined, then calling cache_get instead of interacting with Drupal core database tables.
  • Adds support for caching modules that do not cache forms in the caching system by building the comment form on Ajax submit (e.g., the Authcache module).
neochief’s picture

wow, this patch can be really handy. Can someone test it?

dicreat’s picture

Patch work for me on site with memcache.

pixelpreview@gmail.com’s picture

Status: Needs review » Patch (to be ported)

I confirm, it works with authcache module actived on my site.

thank you Jonah

manuel garcia’s picture

Status: Patch (to be ported) » Needs review

Subscribing, this issue seems to be related to #353607: Mollom support for Drupal 6

Changing the status to needs review, although the patch seems to be working already.

fortis’s picture

Status: Patch (to be ported) » Needs review

This patch works for version 1.8, but I cannot delete comments

neochief’s picture

Status: Needs review » Fixed

For 1.8 you should not apply the patch, as it's already there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rokape’s picture

How to patch this???????

tntclaus’s picture

Version: 6.x-1.x-dev » 6.x-1.8
Category: task » bug
Status: Closed (fixed) » Needs work

>> For 1.8 you should not apply the patch, as it's already there.

I use 1.8 and bug is still there. I applyed patch from #6 and it solved the problem.
I don't have any problems nither with publishing comment nor with deleting them.

Using authcache + cacherouter.

rjbrown99’s picture

Status: Needs work » Fixed

The commit was made to -dev, and it seems to work for me. Please move to -dev if you have a need for this or wait for a 1.9 release.

pixelpreview@gmail.com’s picture

I use memcache with authcache
since I have actived memcache, I have no errors but the page is not refreshed
the comment is good send but I must do F5 to see it
I have patched the module
without memcache enabled I don't have this problem

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.