<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Installation help"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Installation help"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Installation help</title>
				<description><![CDATA[ I just installed this last night and when trying to upload a picture, I get the following error:<br /> <br /> Warning: copy(c:\inetpub\wwwroot\guestbook/tmp/img-1145625858.jpg): failed to open stream: Permission denied in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 164<br /> <br /> Now it seems to be it has to do with the copy command in the beginging of the error message.  The location has two back slashes then changes to forward slash for the tmp and img directory.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20266.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20266.php</link>
				<pubDate><![CDATA[Fri, 21 Apr 2006 15:56:57]]> GMT</pubDate>
				<author><![CDATA[ mlbillow]]></author>
			</item>
			<item>
				<title>Another error message</title>
				<description><![CDATA[ I also get this error message:<br /> <br /> Warning: copy(c:\inetpub\wwwroot\guestbook/public/img-1145630277.jpg): failed to open stream: Permission denied in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 176<br /> <br /> Warning: getimagesize(c:\inetpub\wwwroot\guestbook/public/img-1145630277.jpg): failed to open stream: No such file or directory in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 296<br /> <br /> Again in the path, it has two \ then two /.  In windows, should they all be \?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20267.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20267.php</link>
				<pubDate><![CDATA[Fri, 21 Apr 2006 16:48:14]]> GMT</pubDate>
				<author><![CDATA[ mlbillow]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ php safe mode is turned on<br /> <br /> open add.class.php and replace "copy" with "move_uploaded_file"<br /> <br /> <br /> line 164:<br /> [code]<br /> move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, &quot;$this-&gt;include_path/$GB_TMP/$this-&gt;image_file&quot;&#41;;<br /> [/code]<br /> <br /> line 176:<br /> [code]<br /> move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, &quot;$this-&gt;include_path/$GB_UPLOAD/$this-&gt;image_file&quot;&#41;;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20277.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20277.php</link>
				<pubDate><![CDATA[Sun, 23 Apr 2006 13:11:32]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No, that didn' seem to help.  Here are the new error messages after I made the changes.  <br /> <br /> Warning: move_uploaded_file(c:\inetpub\wwwroot\guestbook/public/img-1145808612.jpg): failed to open stream: Permission denied in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 176<br /> <br /> Warning: move_uploaded_file(): Unable to move 'C:\PHP\uploadtemp\php4.tmp' to 'c:\inetpub\wwwroot\guestbook/public/img-1145808612.jpg' in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 176<br /> <br /> Warning: getimagesize(c:\inetpub\wwwroot\guestbook/public/img-1145808612.jpg): failed to open stream: No such file or directory in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 296<br /> <br /> <br /> Also, PHP safe mode is not turned on.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20280.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20280.php</link>
				<pubDate><![CDATA[Sun, 23 Apr 2006 18:12:30]]> GMT</pubDate>
				<author><![CDATA[ mlbillow]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I stll think it has to do with the path where it is trying to save the image to.  It starts off <br /> <br /> c:\inetpub\wwwroot\guestbook<br /> <br /> which all seems correct, then it goes<br /> <br /> /public/img-1145808612.jpg<br /> <br /> The slashes in the first partd are all back slashes and the second part is all forward slashes.  In windows, the path should only have back slashes, shouldn't it?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20281.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20281.php</link>
				<pubDate><![CDATA[Sun, 23 Apr 2006 18:19:40]]> GMT</pubDate>
				<author><![CDATA[ mlbillow]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Going by the error messages maybe you got the permissions wrong or the image upload folder' path wrong?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20282.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20282.php</link>
				<pubDate><![CDATA[Sun, 23 Apr 2006 21:05:11]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have verified the folder permissions, all set to 777.  I don't think the path could be wrong as I didn't change anything else.  Only thing I changed or added was the MySQL information.  Everything else is "stock".]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20283.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20283.php</link>
				<pubDate><![CDATA[Sun, 23 Apr 2006 22:14:03]]> GMT</pubDate>
				<author><![CDATA[ mlbillow]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well slight variation on Webmasters answer<br /> <br /> line 164:<br /> [code]<br /> move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, $this-&gt;include_path.'\\'.$GB_TMP.'\\'.$this-&gt;image_file&#41;;<br /> [/code]<br /> <br /> line 176:<br /> [code]<br /> move_uploaded_file&#40;$this-&gt;userfile&#91;&quot;userfile&quot;&#93;&#91;&quot;tmp_name&quot;&#93;, $this-&gt;include_path.'\\'.$GB_UPLOAD.'\\'.$this-&gt;image_file&#41;;<br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20284.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20284.php</link>
				<pubDate><![CDATA[Sun, 23 Apr 2006 23:00:51]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok, made the change, here is the error message:<br /> <br /> Warning: move_uploaded_file(c:\inetpub\wwwroot\guestbook\public\img-1145833233.jpg): failed to open stream: Permission denied in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 176<br /> <br /> Warning: move_uploaded_file(): Unable to move 'C:\PHP\uploadtemp\phpC.tmp' to 'c:\inetpub\wwwroot\guestbook\public\img-1145833233.jpg' in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 176<br /> <br /> Warning: getimagesize(c:\inetpub\wwwroot\guestbook/public/img-1145833233.jpg): failed to open stream: No such file or directory in c:\inetpub\wwwroot\guestbook\lib\add.class.php on line 296]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5549/20285.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5549/20285.php</link>
				<pubDate><![CDATA[Mon, 24 Apr 2006 01:01:52]]> GMT</pubDate>
				<author><![CDATA[ mlbillow]]></author>
			</item>
	</channel>
</rss>