Closed (fixed)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
16 Apr 2009 at 07:20 UTC
Updated:
27 Jul 2009 at 05:20 UTC
I'm getting this error on the bottom of the page.
Fatal error: Call to undefined function error_get_last() in /ebs1/www/html/sites/all/modules/authcache/authcache.helpers.inc on line 111
The debug says:
No Authcache.info
NO_CACHE: "Page not cached."
HTML/JavaScript time: 828 ms
Ajax Response Error (parsererror)
ERROR: "Fatal error: Call to undefined function json_encode() in /ebs1/www/html/ajax_authcache.php on line 73"
I am using the APC engine.
I would love to use this module, any help would be great! Thanks!
Comments
Comment #1
Jonah Ellison commentedHeya,
I'd recommended upgrading to PHP 5.2.x, since both those function is available there.
I'll take a look at making this module compatible for lower versions of PHP as well.
Comment #2
Flying Drupalist commentedThanks a lot, upgrading now is my top priority.
Comment #3
Flying Drupalist commentedOK, I'm on 5.2 now and these errors aren't present any more. Thanks, though I imagine the error would exist for anyone on 5.1
Comment #4
Flying Drupalist commentedComment #5
Jonah Ellison commentedPHP 5.1 should now be compatible with beta7