Hello guys!!
I'm trying to use another version of cache system to improve the access to my sites. I'm using a Drupal 5.1 whith adv_cache 1.3 and I've apply the patches.
The problem is rare so :
1.- If I access to url/node, the page is successfuly loaded.
2.- Otherwise if I access to url , the page fail.
I don't know where is the problem.
The errors are :
Notice: Undefined property: stdClass::$cache in /home/brqx/public_html/prod/includes/cache.inc on line 37
Notice: Undefined index: q in /home/brqx/public_html/prod/modules/bio/bio.module on line 8
Notice: Undefined index: class in /home/brqx/public_html/prod/modules/devel/devel.module on line 201
Notice: Undefined index: type in /home/brqx/public_html/prod/modules/devel/devel.module on line 201
Fatal error: Call to undefined function l() in /home/brqx/public_html/prod/modules/devel/devel.module on line 201
Notice: Undefined property: stdClass::$cache in /home/brqx/public_html/prod/includes/session.inc on line 77
Help me please. Regards.
Ricardo.