I have kind unique situation. My server provider has certain folders situp on our site that will either execute but not write ('cgi-bin' folder) and write but not execute ('data' folder). I asked our provider if our 'cgi-bin' could be made writable, i was to no. However, our 'data' folder could be given run permission for programs and scripts. So that was done. I up loaded the calenderscript to my 'data' folder, but I'm getting an error that said that some files are missing from the folder.
Is there a way to get the calendar to run under this situation?
1. What server/OS are you using? MS IIS/5.0
2. What browser are you using? IE
3. What error messages appear in your server's error log?
4. Have you uploaded in ASCII mode, did a CHMOD on the files, and checked the path to Perl? Used Dreamweaver software. CHMOD does not work on our server.
5. Did you change the file extensions or change the $BASE_DIR manually? Yes
6. Has your web host been able to offer any assistance? Yes.
Which web host are you using? Bellsouth hosting.
7. Have you tried running debug.pl? What was the output? Yes.
CalendarScript Debugger
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.
The files with problems are listed below.
Problem File/Dir
The file does not exist
d:/InetPub/wwwroot/data/calendar/calendarscript/calendars.txt
The file does not exist
d:/InetPub/wwwroot/data/calendar/calendarscript/config.txt
The file does not exist
d:/InetPub/wwwroot/data/calendar/calendarscript/users.txt
The file does not exist
d:/InetPub/wwwroot/data/calendar/calendarscript/permissions.txt
The file does not exist
d:/InetPub/wwwroot/data/calendar/calendarscript/users.lock
and a host of other files missing.
8. Have you checked the Documentation? Yes, Nothing to address my situation.
My email is williew@loveandfaith.org
Thanks