Extremely strange problem with both the versions of 5.x release.
I have to run the update.php everytime i edit a story for ads to show up. Basically i am using tag [adsense:200x200:1:1] to show ads within the story pages.
When i first add it i get
shown. Please note that it works perfectly on the sidebar as block.
Once i run the module update the ads again start showing with the node. However as soon as i edit it, it again is gone.
Comments
Comment #1
kbahey commentedThis is because you have the cache enabled.
In this case what you see happens.
You don't need to run update.php, you just need to run the following SQL:
DELETE FROM cache;
Current workaround is to disable the cache, or not use embedded tags inside content. Use blocks in the theme or sidebars.
Comment #2
kbahey commentedFixed (hopefully) in 5.x-1.3.
Comment #3
(not verified) commented