Closed (fixed)
Project:
Advertisement
Version:
5.x-1.7
Component:
ad_cache_memcache module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2009 at 13:02 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
Comments
Comment #1
jeremy commentedPlease collect debug output and post it here, as documented in DEBUG.txt. Note that memcache support in 5.x was very basic and difficult to get working. In particular, you have to edit the source files themselves to configure communication with memcache (by default it will connect at 127.0.0.1 port 11211).
Comment #2
navaneeth_r commentedI got the following error after enabled memcache in my site.
warning: include_once() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/example.com/sites/all/modules/ad/adserve.inc on line 156.
please suggest
Comment #3
navaneeth_r commentedI fixed it by disable "ad group: default" which is the default ad module block and followed the memcache installation for bootstrap issue.
Comment #4
navaneeth_r commented