<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Probs with APoll 2.02"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Probs with APoll 2.02"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Probs with APoll 2.02</title>
				<description><![CDATA[ Hi, <br /> <br /> please excuses my English  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> The program worked always well, but since some days  I get the following error message with the employment of Advanced Poll 2.02:<br /> <br /> <br /> Warning: Unable to access /textfile/poll_cookie.php in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 3<br /> <br /> Warning: Failed opening '/textfile/poll_cookie.php' for inclusion (include_path='') in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 3<br /> <br /> Warning: Unable to access /textfile/booth.php in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 34<br /> <br /> Warning: Failed opening '/textfile/booth.php' for inclusion (include_path='') in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 34<br /> <br /> Fatal error: Call to a member function on a non-object in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 35<br /> <br /> <br /> Any ideas?<br /> <br /> Helge]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9776.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9776.php</link>
				<pubDate><![CDATA[Tue, 10 Aug 2004 22:15:47]]> GMT</pubDate>
				<author><![CDATA[ Mastercloser2]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you still have this problem, why don't you include a link to your page with the poll on it.  Perhaps someone can see it and come up with a solution.  Are cookies turned on in your browser?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9819.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9819.php</link>
				<pubDate><![CDATA[Thu, 12 Aug 2004 20:33:39]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Have you set all the permissions correctly?<br /> <br /> _ Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9821.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9821.php</link>
				<pubDate><![CDATA[Thu, 12 Aug 2004 21:15:14]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi,<br /> <br /> the url is www.beat-fabrik.de, the site-lanuage is german. Yoy can find the poll, when you click on the middle picture with the questionmark. In the new popup-window is the error-massage.<br /> In the last months there were no changes in the code.<br /> <br /> The following code calls the polling-function:<br /> <br /> &lt;BODY TEXT="#000000" LINK="#000000" VLINK="#000000" ALINK="#FF0000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"&gt;<br /> &lt;table width="205" border="0" cellspacing="0" cellpadding="0"&gt;<br />   &lt;tr&gt; <br />     &lt;td align="center" valign="middle"&gt; <br /> &lt;?php<br /> include_once "/mnt/ls1/03/393/00000022/htdocs/poll/textfile/booth.php";<br /> echo $php_poll-&gt;poll_process(1);<br /> ?&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt;<br />     &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt; <br />     &lt;td&gt;&lt;div align="center"&gt;&lt;a href="javascript:;" onClick="window.close()"&gt;Window <br />         Close&lt;/a&gt; &lt;/div&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;/BODY&gt;<br /> <br /> <br /> Helge]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9823.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9823.php</link>
				<pubDate><![CDATA[Thu, 12 Aug 2004 22:19:58]]> GMT</pubDate>
				<author><![CDATA[ Mastercloser2]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sounds like it's a path problem, or like Auron said, the permissions.  You should double-check those.<br /> <br /> Looking at those exact lines on the vote.php file should give you a clue, i.e., lines 3, 34 and 35.<br /> <br /> You stated the following code calls the polling-function:<br /> <br /> [quote]&lt;?php<br /> include_once "[b]/mnt/ls1/03/393/00000022/htdocs/poll/textfile/booth.php[/b]";<br /> echo $php_poll-&gt;poll_process(1);<br /> ?&gt;[/quote]<br /> <br /> Wow, that is a very long path.  If, in Admin, you click on help, is it giving you this same string?<br /> <br /> From the error messages, it seems to me it is looking in the wrong place.<br /> [b]Auron[/b], if you read this, should that "vote.php" be at the end? It sounds like it's searching for the cookie file in the vote.php file.<br /> <br /> [quote]Warning: Unable to access /textfile/poll_cookie.php in [b]/mnt/kw2/03/650/00000011/htdocs/vote.php[/b] on line 3<br /> <br /> Warning: Failed opening '/textfile/booth.php' for inclusion (include_path='') in [b]/mnt/kw2/03/650/00000011/htdocs/vote.php[/b] on line 34[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9827.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9827.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 09:08:25]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ vote.php is the file contain the include statements so it should be there.<br /> <br /> All I can say is double check the paths.<br /> <br /> Edit...<br /> <br /> these are errors i get as of just now...<br /> <br /> [code]Warning&#58; Unable to access /textfile/poll_cookie.php in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 3<br /> <br /> &#40;wrong path&#41;<br /> <br /> Warning&#58; Failed opening '/textfile/poll_cookie.php' for inclusion &#40;include_path=''&#41; in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 3<br /> <br /> &#40;wrong permission&#41;<br /> <br /> Warning&#58; Unable to access /textfile/booth.php in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 34<br /> <br /> &#40;wrong path&#41;<br /> <br /> Warning&#58; Failed opening '/textfile/booth.php' for inclusion &#40;include_path=''&#41; in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 34<br /> <br /> &#40;wrong permission&#41;<br /> <br /> Fatal error&#58; Call to a member function on a non-object in /mnt/kw2/03/650/00000011/htdocs/vote.php on line 35<br /> <br /> &#40;will most likely disappear when other problems are sorted&#41;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9841.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9841.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 18:00:22]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ OK, the solution is, the path was wrong. But why? No idea, the code was not changed.<br /> Many thanks for your help  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />  <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> Greets from Germany,<br /> <br /> Helge]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9849.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9849.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 21:07:05]]> GMT</pubDate>
				<author><![CDATA[ Mastercloser2]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ So, you changed the path and it worked?<br /> <br /> For some reason adv poll uses/needs part of the full path. For the path<br /> you should use look at the last page of the admin panel (last icon to the<br /> right on the menu). Its one of those things that you have to tweak until<br /> it just works <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9850.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9850.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 21:25:41]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Very impressive.<br /> <br /> Now maybe you will post some instructions to share with other people who don't know how to get their poll in a pop-up window like that?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9851.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9851.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 22:05:49]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]So, you changed the path and it worked? [/quote]<br /> Yes, it's as simple as that..  :D <br /> <br /> [quote]Now maybe you will post some instructions to share with other people who don't know how to get their poll in a pop-up window like that?[/quote]<br /> <br /> That's fine by me.<br /> <br /> The following code opens a window and starts the file "vote.php"<br /> [code]                        &lt;TD WIDTH=170&gt;<br />                             &lt;a href=&quot;javascript&#58;onClick=OpenWindow&#40;'vote.php','voting','width=203,height=370'&#41;&quot;&gt;&lt;IMG  HEIGHT=150 WIDTH=170 SRC=&quot;./assets/images/your_pic.jpg&quot; VSPACE=0 HSPACE=0 ALIGN=&quot;TOP&quot; BORDER=0 ALT=&quot;&quot;&gt;&lt;/A&gt;&lt;/TD&gt;<br /> [/code]<br /> <br /> Yes, and this is the data content  of the file "vote.php"<br /> [code] &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;/mnt/kw2/03/650/00000011/htdocs/poll/textfile/poll_cookie.php&quot;;<br /> ?&gt;<br /> &lt;HTML&gt;<br /> &lt;HEAD&gt;<br /> &lt;TITLE&gt;Your Title&lt;/TITLE&gt;<br /> &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;script language=&quot;JavaScript&quot;&gt;<br /> &lt;!--<br /> <br /> &lt;!--<br /> function MM_reloadPage&#40;init&#41; &#123;  //reloads the window if Nav4 resized<br />   if &#40;init==true&#41; with &#40;navigator&#41; &#123;if &#40;&#40;appName==&quot;Netscape&quot;&#41;&amp;&amp;&#40;parseInt&#40;appVersion&#41;==4&#41;&#41; &#123;<br />     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; &#125;&#125;<br />   else if &#40;innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH&#41; location.reload&#40;&#41;;<br /> &#125;<br /> MM_reloadPage&#40;true&#41;;<br /> // --&gt;<br /> <br /> function MM_closeBrWindow&#40;winName&#41; &#123; //v2.0<br />   window.close&#40;winName&#41;;<br /> &#125;<br /> //--&gt;<br /> &lt;/script&gt;<br /> &lt;/HEAD&gt;<br /> <br /> &lt;BODY TEXT=&quot;#000000&quot; LINK=&quot;#000000&quot; VLINK=&quot;#000000&quot; ALINK=&quot;#FF0000&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;<br /> &lt;table width=&quot;205&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />   &lt;tr&gt; <br />     &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br /> &lt;?php<br /> include_once &quot;/mnt/kw2/03/650/00000011/htdocs/poll/textfile/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;1&#41;;<br /> ?&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt;<br />     &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt; <br />     &lt;td&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;javascript&#58;;&quot; onClick=&quot;window.close&#40;&#41;&quot;&gt;Window <br />         Close&lt;/a&gt; &lt;/div&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;/BODY&gt;<br /> &lt;/HTML&gt;<br /> [/code]<br /> <br /> HTH<br /> <br /> Helge]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9857.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9857.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 22:51:20]]> GMT</pubDate>
				<author><![CDATA[ Mastercloser2]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for posting that i'm sure people in the future will that uesful <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /><br /> <br /> _ Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9858.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9858.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 23:02:31]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks a lot.  I'm sure somebody can use this - in fact I thought I saw a post last week asking about javascript.<br /> <br /> Just one last question - you don't have to put any special code at the top of the document pertaining to javascript language?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9859.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9859.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 23:04:00]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm not actually sure what that script does apart from if the window gets<br /> resized by nn4 it reloads the page. My conclusion is that there must be some code on the page the window is opened from, But looking at the code that opens the window there is nothing to suggest that.<br /> <br /> If you mean the &lt;script.... bit then i read somewhere about the w3c having something linked to this. Your best bet is to go with...<br /> <br /> [code]&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;<br /> <br /> code, code and more code...<br /> <br /> &lt;/script&gt;[/code]<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9860.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9860.php</link>
				<pubDate><![CDATA[Fri, 13 Aug 2004 23:09:17]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Yea, that's what I'm talking about.  Thanks.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9865.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9865.php</link>
				<pubDate><![CDATA[Sat, 14 Aug 2004 00:05:18]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Oh, sorry, but the Javascript-part isn't important.<br /> Mostly i use a template, i forgot to delete this Javascript-code.<br /> <br /> I think, so is it better<br /> <br /> [code]&lt;?php<br /> // Important! You have to include it before your html code<br /> include_once &quot;/mnt/kw2/03/650/00000011/htdocs/poll/textfile/poll_cookie.php&quot;;<br /> ?&gt;<br /> &lt;HTML&gt;<br /> &lt;HEAD&gt;<br /> &lt;TITLE&gt;Your Title&lt;/TITLE&gt;<br /> &lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &lt;/HEAD&gt;<br /> <br /> &lt;BODY TEXT=&quot;#000000&quot; LINK=&quot;#000000&quot; VLINK=&quot;#000000&quot; ALINK=&quot;#FF0000&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;<br /> &lt;table width=&quot;205&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />   &lt;tr&gt; <br />     &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt; <br /> &lt;?php<br /> include_once &quot;/mnt/kw2/03/650/00000011/htdocs/poll/textfile/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;1&#41;;<br /> ?&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt;<br />     &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />   &lt;/tr&gt;<br />   &lt;tr&gt; <br />     &lt;td&gt;&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;javascript&#58;;&quot; onClick=&quot;window.close&#40;&#41;&quot;&gt;Window <br />         Close&lt;/a&gt; &lt;/div&gt;&lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;/BODY&gt;<br /> &lt;/HTML&gt;[/code]<br /> <br /> Helge]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9866.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9866.php</link>
				<pubDate><![CDATA[Sat, 14 Aug 2004 00:07:58]]> GMT</pubDate>
				<author><![CDATA[ Mastercloser2]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Okay that makes sense, thanks for clearing that up <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3476/9871.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3476/9871.php</link>
				<pubDate><![CDATA[Sat, 14 Aug 2004 01:23:00]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>