jomCalendar: An enhanced, feature-rich Joomla! calendar system. Click here to learn more.
Welcome, Guest
Please Login or Register.  Lost Password?

How-To JLiveChat on GoDaddy Servers
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How-To JLiveChat on GoDaddy Servers
#39
How-To JLiveChat on GoDaddy Servers 2 Years, 8 Months ago Karma: 0
First see what problems I was having to see if this will apply to you.

Diagnose:

Open Firefox and open the pop-up chat window. Do not hit continue yet.

In Firefox open "Tools" then "Error Console". Keep it visible so you can watch for errors as they happen.

Enter a name in the pop-up window and hit "Continue"

In the Firefox Error Console you may see...

Error: invalid flag after regular expressionSource File: *your-domain-name**/media/system/js/mootools.jsLine: 81, Column: 11Source Code:<b>Warning</b>: 
fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to
connect to **your-ip-address**:5890 (Connection refused) in
<b>/**path-of-server**/components/com_livechat/models/popup.php</b>
on line <b>67</b><br />

It means the port fsocketopen is trying to use is being blocked.

Problem: GoDaddy limits PHP fsocketopen to ports 80 and 443 only.

Solution: Delete the old key from the server software. Set the server software to use either port 80 or 443. Delete and regenerate a new key in JLiveChat settings. Download and import the newly generated key into the server software.  

If now you see the Connecting... message in the pop-up but it still does not connect then try the following.

Edit the components/com_livechat/models/popup.php file. Please make a backup of the original.

In popup.php look for  the function "sendMessage" about 4 lines further down you will see "10". This is the timeout in seconds for the client to reach the server. I had to change it to "20" seconds.

Good Luck and thanks to "Support" for helping me figure this out.

koe
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#141
Re: How-To JLiveChat on GoDaddy Servers 2 Years, 8 Months ago Karma: 1
Please note:

This work around is no longer required as of JLive! Chat v3.2 which uses curl instead of fsockopen which is restricted by some ISPs. You can download the new version from our download section:

www.cmsfruit.com/downloads.html#jlivechat

admin
Administrator
Posts: 650
graph
User Offline Click here to see the profile of this user
Location: California
The CMS Fruit Team
The administrator has disabled public write access.
 
Go to topPage: 1
jomCalendar: An enhanced, feature-rich Joomla! calendar system. Click here to learn more.