clear status message on registration
dkaswan - June 1, 2009 - 07:25
| Project: | phpfreechat |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
After enabling phpfreechat, when user submit registration form or request for new password, it redirect to homepage without any notification / status message. User get no relevant message about his operation. On disabling this mobule, it works fine as it should do. May be somewhere it is clearing drupal_set_message or session or something else may be possible.

#1
After enabling phpfreechat, not only registration status messages but all session messages which should display after page redirect are not displaying. It means
drupal_set_message('My message', 'status');drupal_goto('user');
will not work. but if i use
drupal_set_message('My message', 'status');return l('back', 'path');
it works (if same page, no redirect).
any help???
#2
I'm having the same issue