I setup authcache to work with xcache and got the "white screen of death" after the first load of any page. Checking the apache logs showed that processes were ending due to segfaults.

Seeing as authcache is a fork of Cache Router i searched their forum and found this thread: http://drupal.org/node/341575.

Xcache can not store objects in the variable cache. I am attaching a patch that typecasts $cache into an array before making the xcache call.

The attached patch fixes the error above. The patch also unserializes the data being pulled back from xcache so that it can be used by Drupal.

CommentFileSizeAuthor
#1 authcache-554362.patch1.33 KBbrianpkennedy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brianpkennedy’s picture

FileSize
1.33 KB
Jonah Ellison’s picture

Status: Active » Closed (won't fix)

The new Authcache release removed all the Cache Router engine code (since the two modules are now compatible with each other), so I'm marking this to "won't fix."