Closed (fixed)
Project:
Content Injector (formerly AdSense Injector)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
2 Mar 2007 at 00:50 UTC
Updated:
16 Jan 2009 at 03:10 UTC
Comments
Comment #1
dzynz commentedhello? Anything?
Comment #2
furmans commentedI'm seeing this problem too.
Comment #3
furmans commentedIt looks like the order of invocation of the modules causes the adsense_injector hook to run before the paging hook. I'm not really sure how to fix adsense injector by default but here's a query to run on your database that will "fix" the problem. This query causes the adsense_injector hook to run after all of the default (weight=0) hooks.
UPDATE system SET weight=1 WHERE name='adsense_injector';
This fixes the same problem at my site: inventorspot.com
Comment #4
hswong3i commented@furmans: Your suggestion is now integrate for both 5.x-2.x-dev and 6.x-2.x-dev. Thanks for solution :D