By jgoodwill01 on
I'm not surewhat is going on or what caused this but all of the sudden my drupal messages are not going away and are stacking up on every page. The odd thing is I haven't done any updates or changed anything today accept for a few CCK date fields. If I logout and login again the messages go away.
Any ideas what would be causing this?
Comments
=-=
using any caching mechanisms? 3rd party or drupal's own page cache in administer -> performance?
if none of the above apply, could you give an example or these "messages"?
I'm just using drupals own cache set to normal.
I'm not using any third party caching or optimization at the moment. This is really quite baffeling since this was not happening just a few hours ago and I've not changed anything outside of a few CCK fields and added one content type.
Examples:
* Storytime Toddler Tales/Historias para Pequeñines has been updated.
* Caches cleared.
* The configuration options have been saved.
* Book Group Plaza Perk has been updated.
* The configuration options have been saved.
* Caches cleared.
* The configuration options have been saved.
They just keep building up until I logout and then in again.
Actually flushing all caches doesn't even remove the messages it seems like they are stored somewhere else.
I just checked and this is occuring over multiple browsers and in several themes. Could this be a PHP setting for something like this? I'm running on IIS7 on Server 2007 SP2.
I ended up reverting back to a backed up version of our website and this problem was resolved. I don't know what caused this problem initially.
I had the same problem
I "solved" it by removing disabling the Administration Menu module.
Me too. This is not a
Me too. This is not a solution though if you really want to use the menu. I get this problem on a lot of my sites, and I am puzzled as to why it is not raised in the Admin Menu section.
_
me tooing your own post?
Nothing to puzzle about-- if it's not there it's because no one has submitted yet. Except it was there: #635042: Module causes Drupal status messages to build up.
Wipe and rebuild
in the "site configuration" menu under "Administration Menu" there is a "Wipe and rebuild" button this resolved the issue for me.
I ran into the issue while doing some custom module work on the site. I noticed the messages weren't going away so I use the "Wipe and Rebuild" and everything went back to normal.
-Hope this helps
Wipe rebuild, flush caches,
Wipe rebuild, flush caches, run update.php and run cron.php. Issue fixed for me.
Just thought I would come
Just thought I would come back to say the issue did end up recurring for for me. I never solved it but since remade the one site that was affected so the issue is no longer there. I can only feel it was related to an incorrectly serialized string somewhere.
thanks it worked for me!
Thanks your solution worked for me! Dont know what was the problem but anyway now its resolved.
www.evagabond.me
Same problem here
The admin module causes it to persist. Disabling, uninstalling, and re-enabling doesn't fix it either.
Same thing. No solution yet.
Same thing. No solution yet. (this is really annoying)
Combination of listed techniques worked for me (partially)
In my case, I did:
All with no apparent effect. Only after I logged out and back in did I get the message list cleared. Unfortunately, the list continued to grow again afterwards. Seems like a known issue: http://drupal.org/node/948662