<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>whoismanu.com - Forum &#187; Tag: [confirmed] - Recent Topics</title>
		<link>http://www.whoismanu.com/forum/tags/confirmed</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 13:56:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.whoismanu.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.whoismanu.com/forum/rss/tags/confirmed/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>whoismanu on "Rebuild Error After Adding Image Size (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/rebuild-error-after-adding-image-size-pq-2-beta#post-1186</link>
			<pubDate>Wed, 20 Oct 2010 22:17:07 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1186@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;David reported the following bug with the PhotoQ 2.0 beta version:&#60;/p&#62;
&#60;p&#62;After adding a new image size, I get the following error whenever i change a setting that should trigger a rebuild:&#60;/p&#62;
&#60;p&#62;&#34;Error when registering batch process: No photos updated.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epostma on "Wildcard for photos on batch upload"</title>
			<link>http://www.whoismanu.com/forum/topic/wildcard-for-photos-on-batch-upload#post-1173</link>
			<pubDate>Tue, 19 Oct 2010 05:53:50 +0000</pubDate>
			<dc:creator>epostma</dc:creator>
			<guid isPermaLink="false">1173@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;First of all, the plugin and theme look great - can't wait to get started!&#60;/p&#62;
&#60;p&#62;When I batch upload photos to my blog from my linux laptop, there's a bit of a nuisance in that the window that comes up needs the extension of the photo files to be .jpg, whereas they show up in my camera as ending in .JPG (file systems are case sensitive on linux, as they are (I think?) on OSX). I found that there's a line&#60;/p&#62;
&#60;p&#62;file_types : &#34;*.jpg;*.gif;*.png&#34;,&#60;/p&#62;
&#60;p&#62;in js/swfu-uploader.js under the plugin directory; I've tried adding *.JPG to that list and will report later on whether that resolves matters (for now I bulk renamed my files to *.jpg before uploading).&#60;/p&#62;
&#60;p&#62;It would be nice if this could be incorporated into the mainline, if it works, or maybe there's a better place to make the extensions actually case insensitive.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DeBing on "Exif generating Tags"</title>
			<link>http://www.whoismanu.com/forum/topic/exif-generating-tags#post-1063</link>
			<pubDate>Thu, 09 Sep 2010 10:46:53 +0000</pubDate>
			<dc:creator>DeBing</dc:creator>
			<guid isPermaLink="false">1063@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I got a new &#34;problem&#34;, since a few days (ok i didn't recognize when it started):&#60;/p&#62;
&#60;p&#62;When i publish a photo (with enough memory left) PhotoQ won't generate the EXIF-Tags which i activated. Even a rebuild of all photos doesn't fix it.&#60;/p&#62;
&#60;p&#62;And another strange EXIF &#34;bug&#34;: I got some photos which focal length will be shown with 2 decimal counts (18.10, 40.23). But i don't want any decimal counts. How to change this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattbilodeau on "PhotoQQueue::uploadPhoto() Missing"</title>
			<link>http://www.whoismanu.com/forum/topic/photoqqueueuploadphoto-missing#post-1052</link>
			<pubDate>Tue, 31 Aug 2010 22:35:51 +0000</pubDate>
			<dc:creator>mattbilodeau</dc:creator>
			<guid isPermaLink="false">1052@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Thank you for your quick response,  &#60;/p&#62;
&#60;p&#62;I have looked at the code, and beleive the code behind $this-&#38;gt;uploadPhoto()  was depreciated in the last patch.   &#60;/p&#62;
&#60;p&#62;I am running wordpress 3.0.1  and PhotoQ 1.9      and ahve wp-cache and googleanalytics as active plugins.  and i run a modified iQ2 theme.  &#60;/p&#62;
&#60;p&#62;I have moved the cron file into the root of the wordpress install that also has the wp-config.php file.&#60;/p&#62;
&#60;p&#62;I have looked at the class and noticed the function is missing inside that PhotoQQueue.php class.  and have tried to search all the classes local to that file and it appears to be missing, or possibly renamed.&#60;/p&#62;
&#60;p&#62;I currently have&#60;br /&#62;
ftp upload enabled&#60;br /&#62;
when cronjob runs, auto add ftp uploads to queue.&#60;br /&#62;
and enable batch uploads enabled and delete image files from server when deleting posts.&#60;/p&#62;
&#60;p&#62;I have tested the cron job with no files int he ftp folder and it works and makes the post when i transfer files from the ftp folder to the queue manually, but the automatic process is broken.&#60;/p&#62;
&#60;p&#62;I can dig into the plugin deeper but figured that it would be best to get the bug report out, and see if you have a quicker response than me digging through the code that moves the ftp import code.  &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
private function _addFTPUploadsIfCronOptionSet(){&#60;br /&#62;
		if( $this-&#38;gt;_oc-&#38;gt;onCronImportFTPUploadsToQueue() ){&#60;br /&#62;
			$ftpDir = $this-&#38;gt;_oc-&#38;gt;getFTPDir();&#60;br /&#62;
			if (is_dir($ftpDir)) {&#60;br /&#62;
				$ftpDirContent = PhotoQHelper::getMatchingDirContent($ftpDir,'#.*\.(jpg&#124;jpeg&#124;png&#124;gif)$#i');&#60;br /&#62;
				foreach ($ftpDirContent as $ftpFile)&#60;br /&#62;
					&#60;strong&#62;$this-&#38;gt;uploadPhoto(basename($ftpFile), '', $ftpFile);&#60;/strong&#62;&#60;br /&#62;
				//reload the queue to get newly uploaded photos&#60;br /&#62;
				$this-&#38;gt;load();&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;permissions are chmod 777 on my ftp folder so it has full control of the ftp folder's files.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.mattbilodeau.com/wimpq-cronpost.php&#34; rel=&#34;nofollow&#34;&#62;http://www.mattbilodeau.com/wimpq-cronpost.php&#60;/a&#62; is in the same folder as wp-config.php&#60;/p&#62;
&#60;p&#62;oh and you can remove the comment from the frontpage if you want, but having the link to my cron job won't hurt anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DavidGMiles on "Nasty error when saving settings"</title>
			<link>http://www.whoismanu.com/forum/topic/nasty-error-when-saving-settings#post-981</link>
			<pubDate>Thu, 05 Aug 2010 15:33:10 +0000</pubDate>
			<dc:creator>DavidGMiles</dc:creator>
			<guid isPermaLink="false">981@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Ok this is on a default installation with all settings as default - I am seeing a nasty error when saving the PhotoQ settings and therefore updating the previously posted images - the error message is as per this screenshot - &#60;a href=&#34;http://talk2david.co.uk/blog/wp-content/uploads/2010/08/photoq-error.png&#34; rel=&#34;nofollow&#34;&#62;http://talk2david.co.uk/blog/wp-content/uploads/2010/08/photoq-error.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The odd thing is that if I use the option under maintenance to rebuild all the posts then I get no errors&#60;/p&#62;
&#60;p&#62;Another oddity is that my custom labels for EXIF fields don't appear to be getting used - the defaults are instead&#60;/p&#62;
&#60;p&#62;Other than the above the plugin looks to be just what I need - I hope that the above are easy to sort out
&#60;/p&#62;</description>
		</item>
		<item>
			<title>henryfork on "Not showing EXIF custom display names"</title>
			<link>http://www.whoismanu.com/forum/topic/not-showing-exif-custom-display-names#post-991</link>
			<pubDate>Mon, 09 Aug 2010 13:54:23 +0000</pubDate>
			<dc:creator>henryfork</dc:creator>
			<guid isPermaLink="false">991@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I am using WP3.0.1 and the latest photoQ (v1.9) and iQ2 (v1.3).  I am making a child theme for iq2 but have the same problem when the original iQ2 theme is activated.&#60;/p&#62;
&#60;p&#62;In the EXIF photoQ settings I have been adding custom display names for the EXIF titles.  However my custom names just get ignored and the original ones liek &#34;TimeDateOriginal&#34; always get shown.&#60;/p&#62;
&#60;p&#62;Anyone else had this problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "problem with autoconfiguration"</title>
			<link>http://www.whoismanu.com/forum/topic/problem-with-autoconfiguration#post-962</link>
			<pubDate>Tue, 27 Jul 2010 19:59:36 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">962@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;tony Armstrong thinks:&#60;/p&#62;
&#60;p&#62;When selecting AutoConfiguration and Load Theme Preset the batch process fails as it looks for whoismanu-photoq-ajax.php which is no longer there
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

