![]() |
|
|||||||
|
Welcome to the Navigator Internet Solutions, Inc | Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
| Tutorials and HOW-TO's The place to find/post Tutorials and How-to's for people just starting with computers. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
If you are getting the following error:
Quote:
1. You have uploaded the .cgi files to the server thru FTP using ASCII mode (and NOT BINARY). 2. Check that you gave EXECUTABLE permissions to the .cgi scripts (chmod 755) 3. /cgi-bin/ folder should have permissions 755 as well. If you are still getting errors check your ERROR LOG in your Control Panel, you should see the description of the error, example in this case: Code:
[Wed Dec 21 16:54:00 2005] [error] [client 201.xxx.xxx.xxx] Premature end of script headers: /home2/username/public_html/cgi-bin/guestbook.cgi 1. Edit ALL the .cgi files that do not work (the ones you get an error from). 2. Add the following Code after: Code:
#!/usr/bin/perl Code:
use CGI::Carp qw(fatalsToBrowser); Thank you. Francisco NavigatorIS |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|