<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Expecting Picture File"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Expecting Picture File"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Expecting Picture File</title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" /> <br /> I just found out today from a friend trying to add a guestbook entry that it's not working.<br /> <br /> Turns out that if the user does not specify a picture file, they will get an error 'Warning: getimagesize: Unable to open '' for reading.'<br /> <br /> If the user does specify a picture file then all is ok.<br /> <br /> For the life of me I can not figure out why Guestbook is failing when NO picture file is specified.<br /> <br /> Please help<br /> <br /> Thomas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1549/3855.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1549/3855.php</link>
				<pubDate><![CDATA[Tue, 4 Feb 2003 02:57:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Expecting Picture File</title>
				<description><![CDATA[ I wanted to add that the following line in lib/add.class.php is what I feel is failing incorrectly:<br /> <br /> if (is_array($this-&gt;userfile) &amp;&amp; $this-&gt;userfile["userfile"]["tmp_name"] != "none") {<br /> <br /> I do not think that it should fall into this if there is no picture file specified (right ?).<br /> <br /> Thomas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1549/3857.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1549/3857.php</link>
				<pubDate><![CDATA[Tue, 4 Feb 2003 05:00:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Expecting Picture File</title>
				<description><![CDATA[ Doing some searching I found that the solution was:<br /> <br /> fix for addentry.php: <br /> <br /> $gb_post-&gt;userfile = (isset($HTTP_POST_FILES["userfile"]["tmp_name"]) &amp;&amp; $HTTP_POST_FILES["userfile"]["tmp_name"] != "") ? $HTTP_POST_FILES : '';<br /> <br /> Regards,<br /> <br /> Thomas]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1549/3862.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1549/3862.php</link>
				<pubDate><![CDATA[Tue, 4 Feb 2003 09:19:34]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>