There were problems detected with the files or directories needed by CalendarScript. These problems may be caused by one of the following:
"The file does not exist" problems are usually caused by the $BASE_DIR path being incorrect.
"No READ access" and "No WRITE access" problems are usually caused by forgetting to CHMOD the files or directories after transfer, or not giving the correct permissions in Windows.
"The file was not transferred in ASCII mode" problems are caused by not explicitly transferring files in ASCII mode in your FTP program. Some FTP programs make it appear like you're transferring in ASCII mode, when in fact you're in "Auto" mode or something similar, and this can cause problems.