Closed (fixed)
Project:
Drupal core
Version:
4.6.1
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2005 at 21:16 UTC
Updated:
24 Nov 2005 at 21:54 UTC
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