On my RHEL box, I have no issues with the installation. The app runs great.
However, now that I've installed it on Server 2003, I am getting a number of errors during a chat. They are:
Using Firebug, this is what I can determine:
missing ) after argument list
[Break on this error] Misc.statusbar('<? echo($GLOBALS['lang']['click_for_live_help']); ?>');return tr...
Strange? It seems like the PHP isn't executing? It appears as a JavaScript error but has embedded PHP code in it? This happens inside the initiated chat, also:
missing ; before statement
<b>Parse error</b>: syntax error, unexpected $end in <b>D:\HTTP\support\class\js\chat.php</b> on line <b>237</b><br />
184
None of this appeared on my Linux installation. Any thoughts?