Simple Messenger problem

Simple messenger will send the message but it is not received by the recipient. If you then refresh the page the chat window then disappears.

Then if you reopen the chat window by restaring the process or say the recipient  coincidentally tries to commence a chat with you, the prev ious messahes are all in the simple messenger chat window.

So the database is storing the messages but the flasing red chat bar never appears on the bottom bar.

Sounds like a javascripot problem but have no idea how to approach it.

Any help would be appreciated.

Quote · 20 May 2011

Hello provide us with your site url please

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 21 May 2011

 

Simple messenger will send the message but it is not received by the recipient. If you then refresh the page the chat window then disappears.

Then if you reopen the chat window by restaring the process or say the recipient  coincidentally tries to commence a chat with you, the prev ious messahes are all in the simple messenger chat window.

So the database is storing the messages but the flasing red chat bar never appears on the bottom bar.

Sounds like a javascripot problem but have no idea how to approach it.

Any help would be appreciated.

Similar problem on my site. Tried uninstalling, deleting files from server, uploading files from the original dolphin zip file. Still did not work.

Free the Dolphin...
Quote · 21 May 2011

Maybe other js issues of your templates or other non default modules don't give messenger working well. You should inspect all troubles there. Use the firebug extension for firefox

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 23 May 2011

Firebug says this:

invalid regular expression flag h
/modules/boonex/simple_messenger/js/messenger_core.js
Line 285


280 if (sData) {
281 this.isProcessed = false;
282 var self = this;
283
284 var oResponse = eval("(" + sData + ")");
285 var iResponseCount = oResponse.senders.length;
286
287 for( var i = 0; i < iResponseCount; i++ )
288 {
289 // define sender's id;
290 var iSenderId = oResponse.senders[i].sender_id;
291
 

 

Does that tell you anything at all?

Quote · 23 May 2011
It's correct code! What module do you use? And why that module use last version of jquery?
PS: If possible do not write me personally, please try to ask on the forum first
Quote · 23 May 2011

Thanks for your help SashaE. It turns out that I was using too new a version of jquery.js so have now reverted back to the correct version.

Quote · 23 May 2011
How? 
Free the Dolphin...
Quote · 23 May 2011
From the files included in Dolphin, I imagine.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 23 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.