When I update any settings in Drupal 4.6.3 I receive a message status box that confirms the options have been saved or gives me an error message. The problem is that this box does not disappear when clicking on a different part of the site. The messages will accumulate one on top of the other like so:

* The configuration options have been saved.
* The configuration options have been saved.
* The configuration options have been saved.
* The configuration options have been saved.
* The configuration options have been saved.
* The configuration options have been saved.

And this box will be on every screen I click on. The only way for me to get rid of these messages is to log off and then log back in. This is after a fresh install of 4.6.3 running on Apache 2.0.54 and PHP 5

Anyone have any ideas? Thanks.

Steve

Comments

Uwe Hermann’s picture

Sounds like a bug, this used to work (i.e. the messages disappeared). Please file a bug report.

Uwe.
--
hermann-uwe.de | crazy-hacks.org | unmaintained-free-software.org

quickcel’s picture

This problem turned out to be a PHP related issue. Once I turned register_globals on in php.ini the problem went away

-------
Drupal: 4.6.3
PHP: 5.0.4