With "register_globals off" messages set with drupal_set_message() won't be cleared and appear on every page I visit. The message list grows with every new message. With "register_globals on" every message is displayed once as it should be.

Comments

agentrickard’s picture

Status: Active » Closed (duplicate)

This is a known conflict with PHP 5. See the discussion here: http://drupal.org/node/27098

The solution is here: http://drupal.org/node/33880

agentrickard’s picture

Status: Closed (duplicate) » Closed (fixed)