I have installed memcache in my server and enabled the ad memcache.
Memcache is not working properly..
And bootstrap is called for every ad block.. How to fix this issue.. :(
Regards,
R.Navaneethakrishnan
http://navaneethakrishnan-drupal.blogspot.com/
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