|
|
|
||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
CGI scripts must be run from a specific directory on your server
|
||||||||||||
|
File Not Found This error indicates at least one of the following: |
||||||||||||
|
The URL of the page you are viewing is incomplete If you are viewing the page in Netscape, the actual source code for these two pages will differ. If you are using the mysite.com address, the source code for the New Message button will look like <A href="/submit-bbs-form.cgi" TARGET="message">. If you use the fully qualified doman name address, www.mysite.com, the source code for the New Message button will be appear complete: <A href="../bbs/cgi-bin/submit-bbs-form.cgi" TARGET="message"> Notice that the www.mysite.com references the correct location of the submit-bbs-form.cgi script. If you are viewing the page in Internet Explorer, it is harded to detect that the URL address used is incomplete. The source code for mysite.com and www.mysite.com will be exactly the same, even though you will receive two different results. In Internet Explorer, the source code for the New Message button will look like: <script language="JavaScript">document.write('<a href="'+CgiURL+'/submit-bbs-form.cgi" TARGET="message" |
||||||||||||
|
The CGI scripts were not uploaded to the server |
||||||||||||
|
Document Contains No Data
The latter of these events is the most likely cause of the problem. Look at the source code of your bbs-control.html file and check what the link to the submit-bbs-form.cgi file is. <A href="/bbs/cgi-bin/submit-bbs-form.cgi" TARGET="message"> This link is supposed to be generated by JavaScript, which calls your base <A href="http://www.rubyan.com/bbs/cgi-bin/submit-bbs-form.cgi" TARGET="message"> If this is the case, it is recommend that you re-publish the site remotely to the server. It has been reported that there is a problem on some ISPs that (even though the write permissions have been set on the /bbs/message directory) necessary files are not created in the /bbs/message directory the first time a new message is created. So, after re-publishing the site using remote publishing, try the following to create these files manually:
Make sure that the permissions are correct on the cgi-bin directory and files. |
||||||||||||
|
CGI script appears in right frame after clicking New Message |
||||||||||||
|
Your server is not set up to execute the CGI script correctly. In order for the server to execute a CGI script, it has to be told to do so in its configuration files. If it's not, the only thing it knows to do is to display the file instead. The problem might also be the Perl setup. If the server doesn't know where to find the Perl interpreter, this might happen as well. Your perl path needs to be pointing to the Perl5 executable. |
||||||||||||
|
Have a question that you canīt find the answer to? Want to report a possible bug? Send a help request to NetObjects Technical Support |
||||||||||||