I've test-installed calendarscript successfully once, but when I installed it on the webserver I'd like it to run on, I get a 500 error code.
I tried executing calendar.pl via telnet and get the following error message:
"Your server does not provide the PATH_TRANSLATED or SCRIPT_FILE_NAME environment variables. Please see installation documentation for how to set the $BASE_DIR variable manually."
So: do I just need to fiddle about with the $BASE_DIR path a bit more, or is there something else wrong?
PS: I tried substituting the line in calendar_admin.pl "Template::CGI_URL.." as mentioned elsewhere, that didn't make a difference.