Jump to content

Recommended Posts

Posted

Hi, everyone. I'm trying to install the Calendar2 CGI script (http://www.jayeckles.com/calendar/cgicalendar.html) on my site (www.changedesigngroup.com). It's easy to configure, but I keep getting "Internal Server Error" when I hit the calendar.

 

http://www.changedesigngroup.com/scgi-bin/calendar2/

 

I've tried installing it in cgi-bin, and scgi-bin. I've set the permissions according to the readme file (http://www.changedesigngroup.com/scgi-bin/calendar2/readme.html). I've checked the path to Perl, but I keep getting the error.

 

Any thoughts? Anyone have another calendar script that works?

 

Thanks,

Jeff :tchrocks:

Posted

Weclome to the forums changed. :tchrocks:

 

Normally when you get an internal error 500 it could be many things. But the most likely is you uploaded the files in binary mode when they should have been uploaded in ascii mode.

 

The other is the permissions are not set to execute.

 

777 would be anyone can read-write-execute

755 would be owner can read-write-execute everyone else read-execute

 

755 is generally how you set the permissions for scripts.

Posted

Worked! Thanks!

http://www.changedesigngroup.com/scgi-bin/calendar2/

 

You guys are sooo, money.

 

 

Weclome to the forums changed.  :tchrocks:

 

Normally when you get an internal error 500 it could be many things. But the most likely is you uploaded the files in binary mode when they should have been uploaded in ascii mode.

 

The other is the permissions are not set to execute.

 

777 would be anyone can read-write-execute

755 would be owner can read-write-execute everyone else read-execute

 

755 is generally how you set the permissions for scripts.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...