**No other permissions needed to be changed on any of my installations.**
Yes, and it's easy for beginners like me to be lured into changing a bunch of permissions before even trying out the script, or before checking other simple problem areas like paths or transfer mode (just putting it on "auto" won't work).
Cgi-bin folders are often preconfigured to accept files with the *minimum* permissions necessary for most scripts to work, which is obviously the most secure state (why give the outside world write permissions when they're usually not necessary).
Before changing everything to 777, try the default permissions and see if they work. Usually no changes are needed. The Unix Apache server I use defaults the actual folders and files with .cgi and .pl extensions to 755, and everything else to 644. Calendarscript and almost every other script I have tried works fine this way.
------------------
[This message has been edited by musicvid (edited May 12, 2004).]