View Single Post
  #5 (permalink)  
Old 02-04-2009, 01:56 PM
txmotocross txmotocross is offline
Junior Member
 
Join Date: Jan 2009
Posts: 4
Default

Quick recap of where I am at. (chat is still no worky)

1. I installed the chat server stuff and followed the guide from this page:
A quickstart to add 123 Flash Chat room to your webpage

2. I then copied the client side in 123flashchat installed directory to
/var/www/html/txmotocross/forums/client

3. My 123flashchat.php modified section looks like this:

/********* please modify your parameters ---- begin ****************/

$chat_client_root_path = "http://www.txmotocross.com/forums/client/";
$swf_file_name = "123flashchat.swf";
$skin_name = "default";
$language = "en";

/********* please modify your parameters ---- end ****************/


And when clicking on the chat link on the website, the javawindow starts to load but never connects to the chat server. This is what my web error log is telling me:

[Mon Feb 02 13:17:00 2009] [error] [client 1.2.3.4] File does not exist: /var/www/html/txmotocross/forums/client/client.xml, referer: http://www.txmotocross.com/forums/cl...3flashchat.swf

What else can I try?


(I'll update this thread if I get it working with the solution so others possibly having hte same problem can use this for help)

Last edited by txmotocross; 02-04-2009 at 02:00 PM.