<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "suddenly, Guestbook has a problem"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "suddenly, Guestbook has a problem"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>suddenly, Guestbook has a problem</title>
				<description><![CDATA[ Hi, have had a (registered) guestbook working for a while, but on one day i got this message after posting a new entry:<br /> [code]<br /> Guestbook - Error   <br /> Cannot add entry to guestbook because the html tag <br /> <br /> &lt;option value=&quot;guestbook.html&quot; selected&gt;Guestbook&lt;/option&gt;<br /> was not found in some guestbook files. <br /> [/code]<br /> <br /> I have never changed anything and it was woring fine always. I have deleted all the files and installed the guestbook again, but the problem remains. Can anyone help me? The guestbook is located here:<br /> <br /> http://www.ucpzone.com/madagascar/guestbook/guestbook.html<br /> <br /> Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11935.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11935.php</link>
				<pubDate><![CDATA[Sat, 20 Nov 2004 16:58:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Try getting a fresh copy of the files from here.<br /> And upload them, make sure NOT to overwrite your current db of entries!<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11937.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11937.php</link>
				<pubDate><![CDATA[Sat, 20 Nov 2004 17:16:09]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You stated this was working before, but since there are no entries in your book, I am thinking it was a problem all along that is just now being noticed.<br /> <br /> You are using the cgi version, while most of us are using the php version.<br /> <br /> Your guestbook is at:  http://www.ucpzone.com/madagascar/guestbook/guestbook.html<br /> <br /> The cgi-bin directory you are using is:  http://www.ucpzone.com/cgi-bin<br /> <br /> (I believe) Your guestbook.pl file has the following settings:<br /> [list][code]# url of script<br /> $cgiurl = &quot;http&#58;//localhost/cgi-bin/guestbook.pl&quot;;<br /> [/code]<br /> [code]# base url to all guestbook files without trailing &quot;/&quot;<br /> $bookurl = &quot;http&#58;//www.ucpzone.com/madagascar/guestbook&quot;;<br /> [/code]<br /> [code]# base directory to all guestbook files from the server root without trailing &quot;/&quot;<br /> $base_dir = &quot;/home/&#40;usr&#41;/public_html/madagascar/guestbook&quot;;<br /> [/code][/list]<br /> The following code looks like it could be the problem:<br /> [list][code]# this variable is used to find the jump menu<br /> $jump_menu = &quot;&lt;option value=\&quot;guestbook.html\&quot; selected&gt;Guestbook&lt;/option&gt;&quot;;<br /> [/code][/list]<br /> Try changing it to:<br /> [list][code]# this variable is used to find the jump menu<br /> $jump_menu = &quot;&lt;option value=\&quot;http&#58;//www.ucpzone.com/madagascar/guestbook.html\&quot; selected&gt;Guestbook&lt;/option&gt;&quot;;<br /> [/code][/list]<br />  :?: Question?  Is "madagascar" a subdomain or just a subdirectory?<br /> If "madagascar" is a subdomain, it should have its own cgi-bin, in which case you would put the guestbook.pl file in http://www.ucpzone.com/madagascar/cgi-bin and change the url of script to:<br /> [list][code]# url of script<br /> $cgiurl = &quot;http&#58;//localhost/madagascar/cgi-bin/guestbook.pl&quot;;<br /> [/code][/list]<br /> You might also need to change the code in the addentry.html file to:<br /> [list][code]&lt;form method=&quot;post&quot; action=&quot;/madagascar/cgi-bin/guestbook.pl&quot;&gt;[/code][/list]<br /> <br /> Can somebody else verify this?  <br />  :?:]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11955.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11955.php</link>
				<pubDate><![CDATA[Sun, 21 Nov 2004 07:08:01]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for your help, sorry i wanst clear; my guestbook did work, and had entries, but unfortunately i deleted them when re-installing the guestbook.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11987.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11987.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 11:48:48]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ And no, madagascar is no subdomain, its just a directory.<br /> I will see and try if you suggestion work, thanks again]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11988.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11988.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 11:50:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ i have tried this in guestbook.pl<br /> <br /> [code]# this variable is used to find the jump menu<br /> $jump_menu = &quot;&lt;option value=\&quot;http&#58;//www.ucpzone.com/madagascar/guestbook.html\&quot; selected&gt;Guestbook&lt;/option&gt;&quot;;<br /> [/code]<br /> <br /> but this gives me a 404  after submitting]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11989.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11989.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 11:56:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ sorry not a 404, but the same error:<br /> <br /> [code]Guestbook - Error   <br /> Cannot add entry to guestbook because the html tag <br /> <br /> &lt;option value=&quot;http&#58;//www.ucpzone.com/madagascar/guestbook/guestbook.html&quot; selected&gt;Guestbook&lt;/option&gt;<br /> was not found in some guestbook files. <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11991.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11991.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 12:04:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ What is the code in the addentry.html?<br /> <br /> [code]&lt;form method=&quot;post&quot; action=&quot;/cgi-bin/guestbook.pl&quot;&gt;[/code]<br /> <br /> Do you have php and mysql?  What about using the php version?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/11994.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/11994.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 13:41:59]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Are permissions for cgi-bin/guestbook.pl set at 755?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/12000.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/12000.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 14:21:32]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Looking at your guestbook.html source code again, you deleted the wording "Thank you for... here you can leave your mark."  You also deleted the code underneath which calls for the jump:<br /> <br /> [code]    &lt;tr&gt; <br />       &lt;td width=&quot;57%&quot;&gt;&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;1&quot;&gt;Thank <br />         you for stopping by my site. Here you can leave your mark. Fill out the <br />         blanks to sign the guestbook. After you submit your entry, you will be <br />         returned to the guestbook. &lt;/font&gt;&lt;/td&gt;<br />       &lt;td width=&quot;43%&quot; align=&quot;right&quot;&gt; <br />         &lt;select name=&quot;menu&quot;&gt;<br />           &lt;option value=&quot;guestbook.html&quot; selected&gt;Guestbook&lt;/option&gt;<br />         &lt;/select&gt;<br />         &lt;input type=&quot;button&quot; value=&quot;Go&quot; onclick=&quot;JumpTo&#40;this.form&#41;&quot;&gt;<br />       &lt;/td&gt;<br />     &lt;/tr&gt;[/code]<br /> <br /> In deleting the above, you also deleted the part that is required:<br /> <br /> [code]&lt;option value=&quot;guestbook.html&quot; selected&gt;Guestbook&lt;/option&gt;<br />         &lt;/select&gt;<br />         &lt;input type=&quot;button&quot; value=&quot;Go&quot; onclick=&quot;JumpTo&#40;this.form&#41;&quot;&gt;[/code]<br /> <br /> Would suggest you start over.  Put the original guestbook.html file back on the server and only delete the words.  Leave the html codes there.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/12002.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/12002.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 14:43:14]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Amber222, thanks a lot for all your help. I have re-inserted the deleted line, although i dont believe that was the problem, all i deleted was the drop-down menu from where you can go back to the guestbook. Anyway, i put it back but the problem remains. I will try to install a brand new guestbook tomorrow, maybe the PHP version.<br /> <br /> Ps, yes my chmod settings are correct.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3900/12004.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3900/12004.php</link>
				<pubDate><![CDATA[Mon, 22 Nov 2004 16:51:19]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>