Troubleshooting:
- Script returns 500 Internal Server Error
-Make sure line 1 of the script is the correct path to Perl on your system.
Common paths to Perl: /usr/bin/perl and /usr/local/bin/perl
-Make sure you have uploaded script files as ASCII, not binary.
-Make sure you have set the permissions of the script file to 755 (executable).
- Script returns its own source code when you visit it with a browser
-The problem may be the file extension. Rename the script file to ".cgi",
see if it fixes the problem.
- If your web server requires that CGI scripts be installed into a special
folder, eg "cgi-bin", install all of the files to that folder.
If you need more help, review these:
To seek more specific assistance, post your questions to
WebBBS Support Forum.
Please include a link to this script with your message.