<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced poll error on install.php"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced poll error on install.php"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced poll error on install.php</title>
				<description><![CDATA[ I get this error when I try and do the install.php  <br /> <br /> Warning: Failed opening './include/config.inc.php' for inclusion (include_path='.:/usr/local/php4/lib/php') in /var/www/sav/poll/install.php on line 29<br /> <br /> Fatal error: input in flex scanner failed in /var/www/sav/poll/include on line 1<br /> <br /> Any Ideas?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1093/2787.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1093/2787.php</link>
				<pubDate><![CDATA[Tue, 15 Oct 2002 21:55:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Advanced poll error on install.php</title>
				<description><![CDATA[ I was looking in the config.inc.php file and saw that PostgreSQL was in there... I do not have this installed would it cause this error seeing it is not installed?<br /> <br /> If so what rpm's do I need to intalled for this script to work?  I have found on redhat there are several of them the basic PostgreSQL and the client, server, devel, pearl, libs, odbc, tk, tcl, etc... <br /> <br /> <br /> I am running RedHat 7.3 Apache_1.3-27 php-4.2.3  and of course mysql with of course the required rpm's and src to make all work. If I run a test.php file with the following all php info is displayed<br /> <br /> &lt;HTML&gt;<br /> &lt;HEAD&gt;<br /> &lt;TITLE&gt;Testing PHP&lt;/TITLE&gt;<br /> &lt;/HEAD&gt;<br /> &lt;BODY&gt;<br /> &lt;?<br />   /*<br />    * Print PHP info<br />    */<br />   phpinfo();<br /> ?&gt;<br /> &lt;/BODY&gt;<br /> &lt;/HTML&gt;<br /> <br /> Thanks for any info on this error in my previous msg...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1093/2788.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1093/2788.php</link>
				<pubDate><![CDATA[Tue, 15 Oct 2002 22:51:20]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Lets Make this simple</title>
				<description><![CDATA[ I cannot belive no one has responded to my previous posts... I guess my problem is 2 complicate.  So to make things simple can someone please run the script in my previous post and tell me what the path is on your system under include_path?  Then if possible give me a the names of a couple files in it so I can search for them on my system.  Once I know what files php is looking for I can just edit my php.ini file and point it to the correct directory and hopefully things will work then.<br /> <br /> I have spent hours if not days looking for info on this on the web and have not found anything that helps so far.. I get the same type of error mentioned above regardless if I am trying to run the text or db version of Advanced poll.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1093/2818.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1093/2818.php</link>
				<pubDate><![CDATA[Thu, 17 Oct 2002 23:05:17]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>I figured it out on MySql</title>
				<description><![CDATA[ My problem was that I did not do a chmod +r * on all the sub directories... once I figured this out all is working on my main system using MySql. Wow what a nice program and just want to say Thanks for making it free.<br /> <br /> Ok what lead me to figure out the problem is I had a extra old hard drive and installed RedHat 8.0 and the rpm's for both apache 2.0 and PHP and tried the text version of advanced poll on a spare system.  I got it running but am missing some graphics... you can see the broken image error if you go to <br /> <br /> <a class="snap_shots" href="http://216.176.167.147/poll/admin" target="_blank" rel="nofollow">http://216.176.167.147/poll/admin</a> <br /> <br /> also if you go to <br /> <br /> <a class="snap_shots" href="http://216.176.167.147/poll/demo_1" target="_blank" rel="nofollow">http://216.176.167.147/poll/demo_1</a> <br /> <br /> the pop up comment windows don't work and the other image errors.<br /> <br /> Do I have some permissions on files still incorrect if so which ones?  I did follow the install instructions as follows but don't understand what the author means by  - ...  under the graphic directory.  I am 100% sure I did a chmod +r * on the image directory.  <br /> <br /> 1. Upload all php files in ASCII-mode to your server.<br /> <br />    Give write permissions to the webserver on the configuration files.<br /> <br /> **** is the above something different than what is below? if so what do I do to give write permissons to the webserver?****<br /> <br /> <br />    polldata                 777 (drwxrwxrwx) (directory)<br />     - 1                     666 (-rw-rw-rw)<br />     - 2                     666 (-rw-rw-rw)<br />     - 3                     666 (-rw-rw-rw)<br />     - session.php           666 (-rw-rw-rw)<br />    <br />    templates                777 (drwxrwxrwx) (directory)<br />     | default               777 (drwxrwxrwx) (directory)<br />      - comment.html         666 (-rw-rw-rw)<br />      - display_foot.html    666 (-rw-rw-rw)<br />      - display_head.html    666 (-rw-rw-rw)<br />      - display_loop.html    666 (-rw-rw-rw)<br />      - result_head.html     666 (-rw-rw-rw)<br />      - result_foot.html     666 (-rw-rw-rw)<br />      - result_loop.html     666 (-rw-rw-rw)<br />     | graphic               777 (drwxrwxrwx) (directory)<br />      - ...<br />    <br />    include                  755 (drwxr-xr-x) (directory)<br />     - config.inc.php        666 (-rw-rw-rw)<br /> <br /> <br />  Thanks for any input...<br /> <br /> Oh this IP address will only work for about 48 hours or less am just using it for testing this program and to get hopefully some feedback.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1093/2827.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1093/2827.php</link>
				<pubDate><![CDATA[Sat, 19 Oct 2002 08:17:37]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ looks like no one wants to help]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1093/2917.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1093/2917.php</link>
				<pubDate><![CDATA[Wed, 30 Oct 2002 00:56:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>