Closed (fixed)
Project:
phpFreeChat integration
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2009 at 03:34 UTC
Updated:
21 May 2016 at 12:04 UTC
Jump to comment: Most recent
Comments
Comment #1
anoopjohn commentedI have more information about this issue.
In phpfreechat.module the drupal session messages were being unset.
The messages are being unset here and it is not being set anywhere. I fixed this for my site by changing this to
and then adding a THEMENAME_preprocess_page() function to my theme's template.php. Replace THEMENAME with your themename
Why would phpfreechat want to unset Session messages?
Comment #2
permutations commentedI added the hack to reset the messages because of a bug I encountered. It was with the Drupal 5 version of the module - perhaps this bug was fixed in Drupal 6. I forgot it was in there.
Comment #3
sja1 commentedI'm having the same issue. I'd say this is a fairly serious problem given that it completely disrupts a crucial core functionality.
Permutations, can you check easily whether the bug you encountered y the D5 version has gone away in D6? Can we just remove without any problems the code that unsets the messages? If not, so that community members can look for a better solution, can you tell us what the bug was that caused you to insert that code in the first place?
Many thanks in advance. And thanks for all the work you put into making this module.
Comment #4
igorik commentedsame problem :(
Comment #5
igorik commentedI commented out all this code from module:
the chat is still working and messages are now showing.
Comment #6
anoopjohn commentedThis seems to be fixed in the later versions in D6 as well as D7 version of the module. I am marking this issue as fixed.