I just installed the patch for node words that fixed the multiple listings etc.
I did if because I was getting the error and hoped that it would fix it also.
“Call to undefined function: drupal_set_html_head() in /home/inmrcco/public_html/modules/nodewords/nodewords.module on line 128.”
It moved the error to a different line number.
I this first started to show up when I upgraded to 4.6.2
I noticed I had checked the throttle in the Adsence module Box UN checking it fixed the problem. For a short time (5minutes).
One other thing that used to make the problem go away was unselecting the Adsence module or it's block.
I spent the better part of two days trying to figure out which is causing the problem. I not able to do so and would appreciate any help.
There is some interaction between the Adsence module and throttle and nodewords.
I do appreciate the added functionality in the new patch.
Best regards
Ron
Comments
Comment #1
Robrecht Jacques commentedWhen do you get this error? With every page load? When submitting new content?
Can you try to add a line to the end of "nodewords.module":
appearing on its own seperated line. As very last line. I just noticed that this line is missing. Report back if this works.
What exact version of nodewords.modules are you using? The first lines should be:
I'm not sure what could be causing this error.
Comment #2
Robrecht Jacques commentedOK, this is a duplicate of http://drupal.org/node/20174. Apply the patch there.
There is a problem using "drupal_set_html_head" on cached pages.