<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "picture uploading error"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "picture uploading error"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>picture uploading error</title>
				<description><![CDATA[ I was playing around and testing out the new guestbook, and wanted to upload a picture in the guestbook, and when I post it the entry, It came up with an error.<br /> <br /> Error Code:<br /> <br /> Warning files(): Stat failed for C:\WINNT\TEMP\php7e4.tmp (errno=2 - No such file or directory) in C:\Inetpub|vhosts\michigansquires.org\httpdocs\guestbook\lib\add.class.php on line 132<br /> <br /> Is there something I need to change, and where can I find this?<br /> <br /> Thank you for any help you can give.<br /> Dan]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/19926.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/19926.php</link>
				<pubDate><![CDATA[Fri, 17 Mar 2006 04:05:19]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you have a | in you path.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/19931.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/19931.php</link>
				<pubDate><![CDATA[Fri, 17 Mar 2006 21:05:34]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ That was just typo error when I type the message error on here.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/19937.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/19937.php</link>
				<pubDate><![CDATA[Sat, 18 Mar 2006 16:52:32]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Lobster Boy"]That was just typo error when I type the message error on here.[/quote]<br /> <br /> K, but still, going by the error message the file either doesn't exist or the path is incorrect.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/19941.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/19941.php</link>
				<pubDate><![CDATA[Sun, 19 Mar 2006 00:56:21]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Sorry I am not a pro here, still need help with this problem.<br /> <br /> LB]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20002.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20002.php</link>
				<pubDate><![CDATA[Thu, 23 Mar 2006 00:38:49]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ is your php installation running in safe mode?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20034.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20034.php</link>
				<pubDate><![CDATA[Sun, 26 Mar 2006 00:28:56]]> GMT</pubDate>
				<author><![CDATA[ phpuser3]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="phpuser3"]is your php installation running in safe mode?[/quote]<br /> <br /> no it's not.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20040.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20040.php</link>
				<pubDate><![CDATA[Sun, 26 Mar 2006 01:50:14]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ ok, i've written a simple script to to check whether upload <br />  is working or not.<br /> <br /> copy and upload it to your webserver <br /> <br /> upload_test.php<br /> [code]<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;form enctype=&quot;multipart/form-data&quot; action=&quot;&lt;?php echo $_SERVER&#91;'PHP_SELF'&#93;; ?&gt;&quot; method=&quot;post&quot;&gt;<br /> Send this file&#58; &lt;input name=&quot;userfile&quot; type=&quot;file&quot;&gt;<br /> &lt;input type=&quot;submit&quot; value=&quot;Send File&quot;&gt;<br /> &lt;/form&gt;<br /> <br /> &lt;?php <br /> <br /> if &#40;isset&#40;$_FILES&#41; &amp;&amp; count&#40;$_FILES&#41;&gt;0&#41; &#123;<br /> <br /> echo &quot;&lt;xmp&gt;&quot;;<br /> if &#40;is_readable&#40;$_FILES&#91;'userfile'&#93;&#91;'tmp_name'&#93;&#41;&#41; &#123;<br />     print &quot;File is valid, and was successfully uploaded.  Here's some more debugging info&#58;\n&quot;;<br />     print_r&#40;$_FILES&#41;;<br /> &#125; else &#123;<br />     print &quot;Upload is not working!  Here's some debugging info&#58;\n&quot;;<br />     print_r&#40;$_FILES&#41;;<br /> &#125;<br /> <br /> echo &quot;&lt;/xmp&gt;&quot;;<br /> &#125;<br /> <br /> ?&gt;<br /> <br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20056.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20056.php</link>
				<pubDate><![CDATA[Mon, 27 Mar 2006 21:08:45]]> GMT</pubDate>
				<author><![CDATA[ phpuser3]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ This what happen when us your script file and I try to upload an avatar file:<br /> <br /> <br /> [u]Error recorded:[/u]<br /> [color="green"]Upload is not working!  Here's some debugging info:<br /> Array<br /> (<br />     [userfile] =&gt; Array<br />         (<br />             [name] =&gt; lobster_ball.png<br />             [type] =&gt; image/x-png<br />             [tmp_name] =&gt; C:\WINNT\TEMP\php27E.tmp<br />             [error] =&gt; 0<br />             [size] =&gt; 5542<br />         )<br /> <br /> )[/color]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20086.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20086.php</link>
				<pubDate><![CDATA[Thu, 30 Mar 2006 18:46:52]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Possibly the problem is his server is running in safe mode so the server will not allow you to do anything to the file in the tmp folder. This is why I rewrote the image uploading code used in Lazarus to use [b]move_uploaded_file[/b] and then do some tests on it. After it had checked the mimetype of the file to make sure it is an image that is.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20087.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20087.php</link>
				<pubDate><![CDATA[Thu, 30 Mar 2006 18:53:03]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well, after doing the script testing that you provided, I called my host server that I rent from, i told them what problems i was having, They looked up there setting, and asked me why I was on a windows based server instead of Linx server, i told them I took over the website as webmaster and didnt know what I was on.<br /> <br /> They set me up with another site I try your test agian, was able to upload the Avater.<br /> <br /> So I will be moving the site over real soon here. LOL<br /> <br /> I like to Thank you for all of your help on this.<br /> <br /> Dan (LB)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5462/20094.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5462/20094.php</link>
				<pubDate><![CDATA[Fri, 31 Mar 2006 03:46:47]]> GMT</pubDate>
				<author><![CDATA[ Lobster Boy]]></author>
			</item>
	</channel>
</rss>