I have run into the (hopefully!) last bug with Freichatx. After running Freichatx for a couple of hours on my localhost joomla installation, it stops wroking, and I get a javascript error in internet explorer. Clicking the error brings up the message:
----------------
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 13 Jan 2012 22:07:21 UTC
Message: 'FreiChat' is undefined
Line: 1
Char: 1
Code: 0
URI: http://evnix-dot-com.appspot.com/?time=1326492245
----------------
Restarting the PC that the localhost joomla installation is running on solves this problem, but I don't want to have to restart every couple of hours just to keep the chat working. I have looked through the code at what might be causing this, and there is a javascript instance connecting this URL back to the chatroom (which I've hidden anyway, I dont' want the chatroom on the page). Is there a way to get rid of the:
script type="text/javascript" src="http://evnix-dot-com.appspot.com/?time=1326491699" /script
code that is causing this problem?
If I remove the http://evnix-dot-com.appspot.com/?time='.time()) instance from the module PHP file, the chat stops working. I'm lost!
Any help would be appreciated! Thank you
I have run into the (hopefully!) last bug with Freichatx. After running Freichatx for a couple of hours on my localhost joomla installation, it stops wroking, and I get a javascript error in internet explorer. Clicking the error brings up the message:
----------------
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 13 Jan 2012 22:07:21 UTC
Message: 'FreiChat' is undefined
Line: 1
Char: 1
Code: 0
URI: http://evnix-dot-com.appspot.com/?time=1326492245
----------------
Restarting the PC that the localhost joomla installation is running on solves this problem, but I don't want to have to restart every couple of hours just to keep the chat working. I have looked through the code at what might be causing this, and there is a javascript instance connecting this URL back to the chatroom (which I've hidden anyway, I dont' want the chatroom on the page). Is there a way to get rid of the:
script type="text/javascript" src="http://evnix-dot-com.appspot.com/?time=1326491699" /script
code that is causing this problem?
If I remove the http://evnix-dot-com.appspot.com/?time='.time()) instance from the module PHP file, the chat stops working. I'm lost!
Any help would be appreciated! Thank you