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.
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
Comment #1
agentrickardThis 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
Comment #2
agentrickard