Help
Ask questions about how to do or fix things in Arrowchat
User avatar
mmlr38
Customer
 
Posts: 66
Joined: 07 Feb 2010, 09:13

 

by mmlr38 21 Feb 2011, 18:34

I just recently did an automatic upgrade to v1.0.31 and the chat is not loading now. In the javascript error console I see that the /arrowchat/external.php?type=js is throwing an error. When I look in the file, I see the following:

Code: Select all
<br />
<b>Notice</b>:  Undefined variable: start_time in <b>PATH_TO_ARROWCHAT/external.php</b> on line <b>286</b><br />


So I just commented out the lines with start_time in them and chat functions. But I don't know why this error is being thrown.

I can see near the top of external.php where start_time is defined:
Code: Select all
// Start execution timer
$micro_time = microtime();
$micro_time = explode(" ",$micro_time);
$micro_time = $micro_time[1] + $micro_time[0];
$start_time = $micro_time;


Any idea what might be the cause?
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.