Needs review
Project:
Ad Memcache
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 19:39 UTC
Updated:
25 Dec 2009 at 17:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
simpsonetti commentednow it is activated, without any errors and without changing anything.
Comment #2
mauritsl commentedI got the same error, so it is still a relevant issue in some cases.
The function adserve_variable() is in the adserve.inc of the ad module. I solved this issue by calling module_load_include() right before calling adserve_variable() to make sure that the include is loaded. Please have a look at the patch.
Comment #3
dicreat commentedPatch work for me, thanks!