<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced poll, postgresql and errors"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced poll, postgresql and errors"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced poll, postgresql and errors</title>
				<description><![CDATA[ I'm trying to configure poll with postgresql and generally everyything is ok, except small bugs - in file  class_pgsql.php line<br /> $query_strg = eregi_replace("limit ([0-9]+),([ 0-9]+)", "limit \\2, \\1", $query_strg);<br /> <br /> should be replaced with:<br /> $query_strg = eregi_replace("limit ([0-9]+),([ 0-9]+)", "limit \\2 offset \\1", $query_strg);<br /> <br /> because of syntax of postgresql query.<br /> But I have a second bug - when I'm clicking on poll (for example Demo1-&gt;Advanced poll) without previously selecting any item I've got an error:<br /> Error : Query Error<br /> Message : ERROR:  invalid input syntax for integer: ""<br /> <br /> Is here anybody who knows the solution?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3989/12390.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3989/12390.php</link>
				<pubDate><![CDATA[Sun, 12 Dec 2004 10:03:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Integers in SQL queries should be on their own not in double quotes.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3989/12392.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3989/12392.php</link>
				<pubDate><![CDATA[Sun, 12 Dec 2004 12:49:49]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>