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

shevot’s picture

* 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.

jeremy’s picture

If you don't have memcache installed, you shouldn't enable the ad_memcache module.

abo_loai’s picture

The ad_memcache module is enabled and i am still getting this error.

n33x’s picture

mine 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?

abo_loai’s picture

Hellooooooooooo.....
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

jeremy’s picture

You 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.

jeremy’s picture

Status: Active » Fixed

Confirmed this module works after fixing order of parameters in ad_memcache_set().

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.