My FP Guestbook doesn't work.

G

Guest

Hey,

I haven't added anything to the html-code in the FP guestbook, so it should
basically work. But when I preview it, it says "the file --WEBBOOT-SELF--
cannot be found". I've tried to solve this with everything, but nothing works.

This is how my code looks like now:

<body>

<p>
<!--webbot bot="PurpleText" preview="Gästbok - På den här sidan kan du samla
in besökarnas kommentarer om din webbplats. Som standard skickas alla
användarkommentarer till sidan guestlog.htm, som sedan inkluderas nedan. Om
du vill placera kommentarerna i en annan fil kan du ändra det markerade
filnamnet i dialogrutan Egenskaper för formulär och i sidadressen till
komponenten Inkludera under formuläret." -->
</p>
<hr>
<p>Vi vill gärna ha dina synpunkter på vår webbsida. Lämna kommentarer i
gästboken så att alla besökare kan ta del av dem.</p>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="guestlog.htm" s-format="HTML/DL"
s-label-fields="TRUE" s-builtin-fields="Date Time REMOTE_USER" s-form-fields
-->
<h2><strong>Lägg till kommentarer</strong></h2>
<p><textarea name="Kommentarer" rows="8" cols="52"></textarea></p>
<p><input type="submit" value="Skicka kommentarer">
<input type="reset" value="Rensa kommentarer"><br>
<br>
<em>När du har skickat kommentarerna måste du uppdatera den här sidan med
hjälp av webbläsaren för att kommentarerna ska visas i loggfilen.</em></p>
</form>
<!--webbot bot="Include" tag="BODY" u-include="guestlog.htm" --><hr>
<h5>Här visas information om författaren.<br>
Copyright ©2001 [Företagsnamn]. Med ensamrätt.<br>
Granskad:
<!--webbot bot="TimeStamp" s-type="Edited" s-format="%m/%d/%y %H:%M:%S %Z"
-->.</h5>

</body>
 
S

Stefan B Rusynko

Move the file guestlog.htm into your _private folder (which has write permissions by default)
Then check your u-file="guestlog.htm" to make sure the properties are u-file="_private/guestlog.htm"
Publsih the web (including the guestbook.htm) to a server running the FP SE

--




| Hey,
|
| I haven't added anything to the html-code in the FP guestbook, so it should
| basically work. But when I preview it, it says "the file --WEBBOOT-SELF--
| cannot be found". I've tried to solve this with everything, but nothing works.
|
| This is how my code looks like now:
|
| <body>
|
| <p>
| <!--webbot bot="PurpleText" preview="Gästbok - På den här sidan kan du samla
| in besökarnas kommentarer om din webbplats. Som standard skickas alla
| användarkommentarer till sidan guestlog.htm, som sedan inkluderas nedan. Om
| du vill placera kommentarerna i en annan fil kan du ändra det markerade
| filnamnet i dialogrutan Egenskaper för formulär och i sidadressen till
| komponenten Inkludera under formuläret." -->
| </p>
| <hr>
| <p>Vi vill gärna ha dina synpunkter på vår webbsida. Lämna kommentarer i
| gästboken så att alla besökare kan ta del av dem.</p>
| <form method="POST" action="--WEBBOT-SELF--">
| <!--webbot bot="SaveResults" u-file="guestlog.htm" s-format="HTML/DL"
| s-label-fields="TRUE" s-builtin-fields="Date Time REMOTE_USER" s-form-fields
| -->
| <h2><strong>Lägg till kommentarer</strong></h2>
| <p><textarea name="Kommentarer" rows="8" cols="52"></textarea></p>
| <p><input type="submit" value="Skicka kommentarer">
| <input type="reset" value="Rensa kommentarer"><br>
| <br>
| <em>När du har skickat kommentarerna måste du uppdatera den här sidan med
| hjälp av webbläsaren för att kommentarerna ska visas i loggfilen.</em></p>
| </form>
| <!--webbot bot="Include" tag="BODY" u-include="guestlog.htm" --><hr>
| <h5>Här visas information om författaren.<br>
| Copyright ©2001 [Företagsnamn]. Med ensamrätt.<br>
| Granskad:
| <!--webbot bot="TimeStamp" s-type="Edited" s-format="%m/%d/%y %H:%M:%S %Z"
| -->.</h5>
|
| </body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top