|
|
|
||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|
You are local publishing the site containing the BBS component |
|||||||||||||||
|
If you are locally publishing the site containing the BBS component, you will have difficulty. The cgi-bin/config file may or may not be published. Required directories may or may not be created. Permissions will be incorrectly given to the cgi-bin and message directories. The creation of these files and folders seems to be intermittent at best on a local publish. |
|||||||||||||||
|
If you have telnet access to your webserver, you can run the following test to determine whether or not the scripts are executing properly:
The output of this command should be generated HTML. If you get see anything other than generated HTML, the scripts are not running correctly and the BBS will not work. |
|||||||||||||||
|
Fusion will place the Message Board CGI scripts in the bbs/cgi-bin directory. If you are repeatedly getting errors and you know that the permissions and perl path are set correctly, you may want to check with the system administrator of the webserver to see if there is a required directory for CGI scripts. Depending on how your webserver was configured, there may be a required directory that cgi scripts have to run from. If this is the case, then you will need to set the CGI-bin directory to point to this required directory. Fusion 3.0 will allow you to customize the location of the CGI-bin directory but there are two restrictions:
|
|||||||||||||||
|
Apache servers have gotten a reputation for being picky when it comes to the BBS. At this point, in addition to the General section above, you need to examine the following : |
|||||||||||||||
|
Initial permissions given to cgi-bin and message directories |
|||||||||||||||
|
When publishing to an Apache UNIX server, the initial permissions for these two directories needs to be set to at least 704 (-rwx---r--). This permission needs to be set prior to the first execution of the BBS. If not, the BBS will not work regardless of what permissions are given thereafter. Publish the BBS to your webserver. Before viewing the site in a browser, log onto your webserver and check the permissions of the bbs/cgi-bin and bbs/message directory. If the permissions are set to at least 704 (-rwx---r--), then check to see if the correct permissions are given. |
|||||||||||||||
|
Click on New Message button and nothing happens. |
|||||||||||||||
|
If you look at the source code of the right frame of the BBS, you will notice that the generated source code is incomplete. The last lines shown are: </script> To correct this, you need to log onto your webserver and give everyone read permissions for the files inside the message directory. The message directory itself needs to retain its permissions of 733 (read and write permissions). This is done with the commands: chmod 733 message Reload the Message Board page and click on the New Message button. You should see the form requesting your Name, Email, Subject and Message. chmod 777 message/* |
|||||||||||||||
|
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 |
|||||||||||||||