<rss version="2.0">
		<channel>
			<title>Plogger Support Forum - Upgrade - Error: could not move images.</title>
			<lastBuildDate>Sun, 19 Apr 2026 07:57:18 +0000</lastBuildDate>
			<link>http://www.plogger.org/forum/</link>
			<description></description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12087#Comment_12087</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12087#Comment_12087</guid>
		<pubDate>Wed, 03 Feb 2010 23:45:07 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[This one is stale, but I had a similar issue that I'm looking to solve now, when upgrading from 1.03b3 to 1.0RC1, on 117 out of 3,000-some images.  No matter how many times I try to let upgrade.php finish moving images to their new directories, I get:<br /><br />Plogger was unable to move the following images. Please check your permissions.<br /><br />?Could not move file: /home/username/public_html/.../file1.jpg<br />?Could not move file: /home/username/public_html/.../file2.jpg<br />?Could not move file: /home/username/public_html/.../file3.jpg<br />(etc.)<br /><br />Permissions on the directories in question seem fine and consistent with all the others I have, and reapplying those permissions didn't help (755 on the directories and 644 on the files is what I tried, which was consistent with how the rest were).  All 117 unmovable images are in only two directories.  I was able to move other files after encountering the problem, so I don't think user permissions on the SQL database are the issue (which I just set up for full control of the DB after moving stuff from another Web host).<br /><br />It could be notable that all of the &quot;problem&quot; files are in subdirectories with names having two underscores in a row at some point (which originally were some character Plogger doesn't like and then a space, or vice versa, and Plogger changed it to two underscores back in v. 1.03b).  I'm not sure if this is significant, but I think it must be something weird like that causing the issue.&lt;/p&gt;<br /><br />Does anyone have a solution I could implement?  Going back to upgrade.php doesn't work--still can't move the files.  If there is something I can do to manually move the files and make sure Plogger still works properly, I'll give it a try, but I don't want to mess it up.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12094#Comment_12094</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12094#Comment_12094</guid>
		<pubDate>Thu, 04 Feb 2010 13:32:29 +0000</pubDate>
		<author>sidtheduck</author>
		<description>
			<![CDATA[hotshot309,<br /><br />Try setting your old folder and file permissions to '777' and try the upgrade process again (the new folders and files should not have open permissions after the transfer, so you shouldn't have to worry about a security hole).  If that still doesn't work, I'll look at the code again and see if there are some possible path issues.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12095#Comment_12095</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12095#Comment_12095</guid>
		<pubDate>Thu, 04 Feb 2010 14:40:00 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[I had already tried applying 755 to all the source files and directories, but I just tried 777, per your advice--still no luck.  Thanks for the idea.  Is there something else I can do?]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12096#Comment_12096</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12096#Comment_12096</guid>
		<pubDate>Thu, 04 Feb 2010 14:44:39 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[FYI, I don't think underscores in the folder names are the issue, since those abound elsewhere where I had no problems.  It's actually three directories in which these files reside, which are subdirectories of other folders in /images.  It doesn't seem to be the length of the overall path name, because longer paths were not an issue for other images that were successfully moved.  Hmmm....]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12097#Comment_12097</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12097#Comment_12097</guid>
		<pubDate>Thu, 04 Feb 2010 17:07:20 +0000</pubDate>
		<author>sidtheduck</author>
		<description>
			<![CDATA[hotshot,<br /><br />Are the file paths correctly shown in the error message (i.e. "Could not move file: /home/username/public_html/.../file1.jpg" - Does file1.jpg's path match that of the old, non-upgraded file path)?<br />Also, is there a new folder created on the system with a similar-named directory (using hyphens instead of underscores)?]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12108#Comment_12108</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12108#Comment_12108</guid>
		<pubDate>Fri, 05 Feb 2010 18:10:38 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[Hi Sid,<br /><br />I think we're definitely getting there.  I overlooked a major point in the first place.  What it says is:<br /><code ><br />Could not move file: /.../plogger1b3_rev549/parentdirname/subdirname/filename.jpg<br /></code><br />    (that's the old path, where the original file is), whereas it should be moving images from<br /><code ><br />/.../plogger1b3_rev549/images/parentdirname/subdirname/filename.jpg<br /></code><br />   to the new folder created during the upgrade to 1.0 RC 1:<br /><code ><br />/.../plogger1b3_rev549/plog-content/images/parentdirname/subdirname/filename.jpg<br /></code><br />So there is something not working properly there.  In reply to your second question--the original (source) directories are named as follows:<br /><code ><br />/.../plogger1b3_rev549/images/information_technology_gear__etc/my_new_desktop_system_build_1__may_2007_<br /><br />/.../plogger1b3_rev549/images/new_york__ny/140_metropolitan_ave<br /></code><br />   and their new counterparts are<br /><code ><br />/.../plogger1b3_rev549/plog-content/images/information-technology-gearetc./my-new-desktop-system-build-2-may-2007</code> (note the period at the end of the first sudirectory's name)<br /><br /><code >/.../plogger1b3_rev549/plog-content/images/information-technology-gearetc./my-new-desktop-system-build-1-may-2007</code> (again, note the period)<br /><br /><code >/.../plogger1b3_rev549/plog-content/images/new-yorkny/140-metropolitan-ave.</code> (another period here)<br /><br />When I set up the folders in the first place, I probably had periods written in these places, but Plogger 1 Beta 3 Rev. 549 replaced them with underscores.  During the upgrade to 1.0 RC 1, the periods were apparently put back where I originally had them.  So this could well be the problem.  I also went through all the other image directories and found that only one other one still had a period in it (in both the old and new directories), but that period was not at the end of the path's name, so maybe that's why it didn't prevent the moving of the images.<br /><br />Let me know if you figure out what my next step should be.  Thanks again for all your help.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12155#Comment_12155</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12155#Comment_12155</guid>
		<pubDate>Fri, 12 Feb 2010 16:40:23 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[Does anyone have any suggestions or ideas?  @sidtheduck, I really appreciate all your help to this point.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12181#Comment_12181</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12181#Comment_12181</guid>
		<pubDate>Thu, 18 Feb 2010 01:33:08 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[I am going to start a new post for this--perhaps refreshing it will help find some answers.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12187#Comment_12187</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12187#Comment_12187</guid>
		<pubDate>Thu, 18 Feb 2010 13:49:30 +0000</pubDate>
		<author>sidtheduck</author>
		<description>
			<![CDATA[Sorry, hotshot309, I got busy these past few days,<br /><br />It may be the period that is throwing it off, but it also looks like the original path is messed up (as you noted, the "images/" directory is missing).  Looking at the code, it looks like this would happen if the database has a listing of it, but it cannot find the images along the old pathways.<br /><br />Is there any way I can get temporary FTP access to do some testing and to verify the directory structure to see if I can see what is going on?  If so, you can email me at sidtheduck AT gmail DOT com]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12196#Comment_12196</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12196#Comment_12196</guid>
		<pubDate>Fri, 19 Feb 2010 15:14:51 +0000</pubDate>
		<author>suz</author>
		<description>
			<![CDATA[Hi!!<br />I have the same problem with only one image. The URL path is wrong:<br /><br />?Could not move file: /home/********/**********/fixmix/galeria/fanarts/tv_movies/3watch.jpg<br /><br />and must be <br /><br />/home/********/**********/fixmix/galeria/images/fanarts/tv_movies/3watch.jpg<br /><br />But in the images/fanarts/tv_movies folder doesnīt appear any images. <br /><br />Some ideas?? Thanks!! ^^]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12197#Comment_12197</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12197#Comment_12197</guid>
		<pubDate>Fri, 19 Feb 2010 18:40:20 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[Sidtheduck and I fixed this today.  It was actually pretty easy.  If you are comfortable editing a PHP file, I know what he had me do, which worked.  Or sid can respond, since he's the developer....]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12198#Comment_12198</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12198#Comment_12198</guid>
		<pubDate>Sat, 20 Feb 2010 06:27:41 +0000</pubDate>
		<author>suz</author>
		<description>
			<![CDATA[@ hotshot If you remember what need to do I really appreciate if you tell me, because maybe sid is very busy. If is easy, i think i can edit a PHP file :)<br />This is my mail suzanmx AT hotmail DOT com<br />Or give me yours and i can write you.<br />Thanks!!!]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12217#Comment_12217</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12217#Comment_12217</guid>
		<pubDate>Mon, 22 Feb 2010 10:34:16 +0000</pubDate>
		<author>suz</author>
		<description>
			<![CDATA[Hi again, sorry for post again, but i canīt resolve my problem, so, someone can tell me wich PHP file i need to edit and what to do it??<br /><br />Thanks!!! ^^]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12219#Comment_12219</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12219#Comment_12219</guid>
		<pubDate>Mon, 22 Feb 2010 12:52:47 +0000</pubDate>
		<author>sidtheduck</author>
		<description>
			<![CDATA[<blockquote ><cite >Posted By: hotshot309</cite>Sidtheduck and I fixed this today.  It was actually pretty easy.  If you are comfortable editing a PHP file, I know what he had me do, which worked.  Or sid can respond, since he's the developer....</blockquote>hotshot309's issue had to do with the collection or album name having a period in the name.  It seems the old Plogger paths removed the period and the new ones do not.  I'm still looking into why it hit the issue, however, but hotshot309's fix was to rename the old Plogger directory to have a period at the end (to match the returned error message path).<br /><br /><blockquote ><cite >Posted By: suz</cite>But in the images/fanarts/tv_movies folder doesnīt appear any images.</blockquote>suz, your issue looks like you are missing an image that is still in the database.  Plogger is trying to move the file, but the file no longer exists (not sure how or when it was deleted, but it does not appear to be there).  If you have a copy of the image somewhere, just upload the image (with the same name as the error you are getting: "3watch.jpg") to the directory and it should find it just fine during the upgrade process.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12226#Comment_12226</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12226#Comment_12226</guid>
		<pubDate>Tue, 23 Feb 2010 14:08:00 +0000</pubDate>
		<author>hotshot309</author>
		<description>
			<![CDATA[Thanks, @sidtheduck.<br /><br />More specific info on the fix that worked for me: We made a small change to the php-functions file (I've forgotten its exact filename) which caused the script to look in the source (old) /images directory, whereas it had left "images/"out of the path for the files it was unable to find and move.  This worked, but the second issue was that the script was also inserting some periods at the ends of a couple directory names it was apparently searching for--and I'm referring to source directories here.  The periods made sense, in context--they were placed at the end of the words "ave" and "etc" in a couple directory names--and I think I must have put them in originally, but then when the directories were created, they were removed somehow.  I don't really know, but it wasn't a random insertion of periods, I'm pretty certain.<br /><br />In the end, I simply renamed those source directories to include the periods at the end that the script was looking for, and it was finally able to move all the remaining image files to the new directory structure and rename them.<br /><br />I think @sidtheduck is trying to find and fix the cause for this, but I thought I would put that out there in case it helps anyone else troubleshoot.]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12233#Comment_12233</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12233#Comment_12233</guid>
		<pubDate>Thu, 25 Feb 2010 11:32:01 +0000</pubDate>
		<author>suz</author>
		<description>
			<![CDATA[Thanks!!<br />I will do that Sidtheduck and come back to tell if works ^^]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12246#Comment_12246</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=12246#Comment_12246</guid>
		<pubDate>Fri, 26 Feb 2010 09:54:36 +0000</pubDate>
		<author>suz</author>
		<description>
			<![CDATA[I fixed it!!  I only created a path where the database was searching,  fanarts &gt; tv_movies &gt; 3watch.jpg and works. The weird is that i made this a few days ago and didnīt work and now fixed the problem ^^<br />Thank you so much!!!]]>
		</description>
	</item>
	<item>
		<title>Upgrade - Error: could not move images.</title>
		<link>http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=13698#Comment_13698</link>
		<guid isPermaLink="false">http://www.plogger.org/forum/comments.php?DiscussionID=1678&amp;Focus=13698#Comment_13698</guid>
		<pubDate>Sat, 26 Mar 2011 14:33:10 +0000</pubDate>
		<author>jcaines</author>
		<description>
			<![CDATA[Hi there,<br />Can anyone point to the fix for this in detail?? If it's in the plog.functions.php file - what parts need to be changed in detail? My upgrade is returning this error: Plogger was unable to move the following images. Please check your permissions.<br /><br />I see that it isn't creating the "images" directory.<br /><br />Does anyone have a detailed fix for this?<br />Thanks,<br />John]]>
		</description>
	</item>
	
		</channel>
	</rss>