Closed (fixed)
Project:
Redirect 403 to User Login
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Mar 2011 at 15:57 UTC
Updated:
24 Feb 2012 at 08:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
schnitzel commentedthe Problem is the use of exit(), which kills the php to fast, that the messages could be saved.
attached a patch, which uses drupal_exit() instead
Comment #2
robloachComment #3
robloachThanks so much! http://drupalcode.org/project/r4032login.git/commit/e0a5980
Comment #5
Diogenes commentedI was also having problems with simple dsm messages not appearing or only appearing occasionally using a different theme on Drupal 7.
The problem and the solution is described in detail here: http://drupal.org/node/1025538#comment-4892918
I think it may be a related bug issue, so I'm restoring it. I came across a few other postings that were similar in nature but were never really answered.
If someone can confirm the behavior I experienced on my development system, it might help in identifying where the problem is. I don't use this particular module, so the patch above should not make a difference.
Perhaps the project field on this node should be changed to Drupal core?
Comment #6
lotyrin commentedThis issue was resolved. #5 is unrelated, create a new issue against core if you'd like. This issue is specifically for r4032login.