Initial conversion was performed using the deadwood project, with some manual cleanup. The entire code base needs to be audited, and functionality needs to be broken out into smaller include files where applicable.
Initial conversion was performed using the deadwood project, with some manual cleanup. The entire code base needs to be audited, and functionality needs to be broken out into smaller include files where applicable.
Comments
Comment #1
shevot commented* ad_cache_memcache.module: Unable to syncronize cache: Memcache is not installed, memcache_add_server not found.
* ad_cache_memcache.module: Unable to build cache: Memcache is not installed, memcache_add_server not found.
Comment #2
jeremy commentedIf you don't have memcache installed, you shouldn't enable the ad_memcache module.
Comment #3
abo_loai commentedThe ad_memcache module is enabled and i am still getting this error.
Comment #4
n33x commentedmine says same. I verified that it is enabled also. Should we be installing this manually as a separate part of the installation process for the ad module?
Comment #5
abo_loai commentedHellooooooooooo.....
i am quite new to drupal, but how long does it take to get some support or at least a reply. Is there any active forums, where we could get faster response, or is there any paid service.
Thanks
J
Comment #6
jeremy commentedYou should only enable this module if memcache is installed. This has nothing to do with the Drupal memcache module, but memcache itself. If memcache is not installed, or you don't know, then you do not want to enable this module.
Comment #7
jeremy commentedConfirmed this module works after fixing order of parameters in ad_memcache_set().