Closed (fixed)
Project:
Shoutbox
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Dec 2004 at 15:54 UTC
Updated:
20 Jun 2005 at 18:58 UTC
Using Drupal 4.5.1 I get the following error when first accessing the site W/O being logged in:
Fatal error: Call to undefined function: drupal_set_html_head() in /home/dajudge2/public_html/dr/main/modules/shoutbox/shoutbox.module on line 80
Once the user is logged in the error does not occur. I assume probably just not updated for 4.5.x yet.
gil
Comments
Comment #1
dorogoy commentedI had the same problem but it dissapeared when I desactivated the cache.
Comment #2
benshell commentedI moved the drupal_set_html_head() call to the shoutbox_menu() hook, which seems to solve the problem (at least on Drupal 4.6).
Comment #3
(not verified) commented