Closed (cannot reproduce)
Project:
Boost
Version:
6.x-1.14
Component:
Caching logic
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 23:18 UTC
Updated:
24 Nov 2013 at 02:44 UTC
Jump to comment: Most recent
Comments
Comment #1
mikeytown2 commentedThese are only appearing when your logged in correct? What, if any opt-code cache are you using?
Comment #2
darrellhq commentedThat is correct.. it will only appear if logged in. I am not familiar with the opt-code cache.
Comment #3
mikeytown2 commentedWhat theme are you using? In short what your describing shouldn't be happening, so there is something different about your drupal install; my guess is the theme since this fucntion is supposed to clear out the drupal messages
http://api.drupal.org/api/function/theme_status_messages/6
As for why it only happens when boost is installed is very strange; my only guess is the fact that hook_exit calls drupal_set_message; but this code only runs if your logged out.
opcode cache is a php accelerator; my guess is your
$_SESSION['messages']variable is not being unset because the theme your using didn't properly implement theme_status_messages()http://en.wikipedia.org/wiki/List_of_PHP_accelerators
Comment #4
mikeytown2 commentedComment #5
bgm commentedClosing old support request with no activity in a long time.