The Chat applet doesn't work
- The
chat.jar file has not been uploaded to the web server.
- The attributes
codebase, archive or code in the applet tag are set incorrectly.
- The
chat.jar file is corrupted. The most common reason for this is that the file was FTP to the web server in ASCII mode.
.jar file is binary file and must be FTP in BINARY mode.
Panel with smiles is not imaged
- File
smiles.gif was not uploaded to the web server.
- File
smiles.gif is corrupted. The most common reason for this is that the files were FTP to the web server in ASCII mode.
The image is binary file and must be FTP in BINARY mode.
When the chat applet starts in a browser you get this warning:
http://yourwebsite/chat_directory/chat.php Doesn't work
or: can not find http://yourwebsite/chat_directory/chat.php
- The
chat.php file has not been uploaded to the web server.
- The
chat.php file was damaged at editing.
- You are not allowed to run PHP scripts on your web server.
When the chat applet start in a browser you get this warning:
!!!Can not open file path_to_file/chat.tmp
- Variable's value
$path(the directory where the datafiles will be created ) in the file chat.php is set incorrectly
or the permissions(CHMOD) on this directory were not set to 0777.