Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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?
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.