Please help:
I have tried different variation of $BASE_DIR, on calendar.cgi
1. commented the $BASE_DIR
2.$BASE_DIR="/work2b/web/server/home/rwqcb4/public_html/cgi-bin/calendar05/";
3.$BASE_DIR="/work2b/web/server/home/rwqcb4/public_html/cgi-bin/calendar05/calendarscript/";
folowing the debugger sugesstion:
4. $BASE_DIR="/work2a/web/server/docs/losangeles/cgi-bin/calendar05/";
5. $BASE_DIR="/work2a/web/server/docs/losangeles/cgi-bin/calendar05/calendarscript/";
All of these $BASE_DIR gave me same error message:
"Http 500- internal server error. The page cannot be displayed"
Please help!!! what should I do, using the debugger I have this message:
"CalendarScript Debugger
Your server doesn't supply CalendarScript with enough information for it to run correctly.
The program uses either the PATH_TRANSLATED or the SCRIPT_FILENAME environment variables to find out the local filesystem path of the script itself, so it can then find its supporting files. Most web servers provide this information to CGI scripts, but yours does not.
You will need to edit the two script files - calendar.pl (or .cgi) and calendar_admin.pl (or .cgi) - and manually enter the filesystem path where the script is located.
You will also need to make the same change to this debug.pl (or .cgi) script in order to continue using it to debug any possible problems.
Information on how to do this can be found in the CalendarScript Documentation under the problem which starts "PROBLEM: Your browser displays the message..."
If you do not know what path to use for this, the following is a suggestion. This is the best guess that this program can make given based on the information it has. It is not guaranteed to be correct on all systems, but might help:
Suggested Path = /work2a/web/server/docs/losangeles/cgi-bin/calendar05/calendarscript/
For more information, see the documentation or visit the Support Forum
Once this problem is fixed, please re-run this debugger to check for any further errors! "
Other Information:
1. What server/OS are you using?
Unix
2. What browser are you using?
IE
3. What error messages appear in your server's error log?
I don't have access to see it.
4. Have you uploaded in ASCII mode?,
I uploaded the *.tar.gz file in binary mode. becasue I can't gunzip the file if I uploaded it in ASCII mode.
And then I gunzip the file on Unix (is the problem?)
did a CHMOD on the files, and checked the path to Perl?
Yes for both
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?
Which web host are you using?
Not much!!
7. Have you tried running debug.pl? What was the output?
Yes, see above
8. Have you checked the Documentation?
yes, my concern is about not uploading in ASCII for a reason. (see no 4)
Thank you,
JSN