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.
When the chat applet starts in a browser you get this warning:
!!! Error
File http://your_server/chat/chat.php doesn't work
- The
chat.php file has not been uploaded to the web server in the same directory as chat.jar.
- The
chat.php file is corrupted. The most common reason for this is that the file was FTP to the web server in BINARY mode.
.PHP file is text file and must be FTP in ASCII mode.
- Your web server does not support PHP.
When the chat applet starts in a browser you get this warning:
!!! Error
Can not create the chat datafiles
The directory /chat/ should have the permissions 0777
- The permissions(CHMOD) on directory whit chat datafiles were not set to 0777.