<?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; Forum: PhotoQ Bugs - Recent Posts</title>
		<link>http://www.whoismanu.com/forum/forum/photoq-bugs</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 12:58:06 +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/forum/photoq-bugs" rel="self" type="application/rss+xml" />

		<item>
			<title>clearism on "PhotoQ is preventing altering Wordpress Image Handling."</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-is-preventing-altering-wordpress-image-handling#post-1409</link>
			<pubDate>Fri, 25 Nov 2011 08:07:37 +0000</pubDate>
			<dc:creator>clearism</dc:creator>
			<guid isPermaLink="false">1409@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;さて趣味のゲームです。やはり仕事の後のゲームがなければ1日が終わりません。&#60;br /&#62;
副業だと思って頑張っています。結構根気のいる大変な作業ですね。&#60;br /&#62;
親は親で勝手なことをしていますから私も勝手と思いながらも難しいことは多いです。&#60;br /&#62;
気が付いてみるともう時間も遅いので今日はもう就寝です。&#60;br /&#62;
&#60;a href=&#34;http://eco-bugyo.jp&#34;&#62;太陽光発電&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robmiracle on "Problem with 2.0 beta -- changing the descirption causes garbage to be inserted"</title>
			<link>http://www.whoismanu.com/forum/topic/problem-with-20-beta-changing-the-descirption-causes-garbage-to-be-inserted#post-1405</link>
			<pubDate>Sat, 24 Sep 2011 02:30:28 +0000</pubDate>
			<dc:creator>robmiracle</dc:creator>
			<guid isPermaLink="false">1405@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Okay here is a more specific example:&#60;/p&#62;
&#60;p&#62;This is an example of the code part of the image tag that's messed up:&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#60;a href=&#34;http://www.mysite.com/wp-content/uploads/main/2011_09/ValleyFire.jpg&#34;&#62;&#38;lt;img src=&#34;http://www.mysite.com/wp-content/uploads/thumbnail/2011_09/ValleyFire.jpg&#34; alt=&#34;&#60;br /&#62;
&#38;lt;p&#38;gt;Looking back at the entrance into the Valley of Fire state park, Nevada.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;#8221; title=&#38;#8221;Elephant Rock&#38;#8221; /&#38;gt;&#60;/a&#62;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;this is what was inserted into the database:&#60;/p&#62;
&#60;p&#62;alt=&#34;&#38;lt;p&#38;gt;Looking back at the entrance into the Valley of Fire state park, Nevada.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#34; title=&#34;Elephant Rock&#34; /&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robmiracle on "Problem with 2.0 beta -- changing the descirption causes garbage to be inserted"</title>
			<link>http://www.whoismanu.com/forum/topic/problem-with-20-beta-changing-the-descirption-causes-garbage-to-be-inserted#post-1404</link>
			<pubDate>Sat, 24 Sep 2011 01:03:22 +0000</pubDate>
			<dc:creator>robmiracle</dc:creator>
			<guid isPermaLink="false">1404@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I'm trying to use this plugin.  I had it working on a site was working on but I never really tried to make use of it.  Then WordPress 3.x came and I started having problems with the plugin.  I found the Beta version and it seems to be working pretty well.&#60;/p&#62;
&#60;p&#62;But I'm running into a problem.&#60;/p&#62;
&#60;p&#62;If I change the description of the photo (and I think other things cause this as well), it inserts some garbage into the post that breaks the HTML being output.&#60;/p&#62;
&#60;p&#62;If my description is &#34;This is my text&#34;, I get something like:   &#60;/p&#62;
&#60;p&#62;&#38;lt;img src=&#34;/url/to/image.jpg&#34; title=&#34;&#60;br /&#62;
  &#38;lt;p&#38;gt;This is my text&#38;lt;/p&#38;gt;&#38;amp;8816; alt=&#38;amp;8817;my alt text&#38;amp;8816; /&#38;gt;&#38;lt;img src=&#34;......&#60;/p&#62;
&#60;p&#62;I'm using the freeform method since I'm filling a jQuery slider with the tags:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;[imgUrl&#124;main]&#34;&#62;&#38;lt;img src=&#34;[imgUrl&#124;thumbnail]&#34; alt=&#34;[descr]&#34; title=&#34;[title]&#34; /&#38;gt;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure 8816/8817 is the right code, its whatever the UTF-8 code is for smart double quotes.  This code is actually being inserted into the database field for the post content.  &#60;/p&#62;
&#60;p&#62;It works fine when I first upload a photo, it only blows apart if I change the text on the post form.  &#60;/p&#62;
&#60;p&#62;Any idea where I can look to see if I can fix this?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Rob
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "PhotoQ is preventing altering Wordpress Image Handling."</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-is-preventing-altering-wordpress-image-handling#post-1401</link>
			<pubDate>Mon, 19 Sep 2011 18:25:26 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1401@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Further Correction.  The last post is wrong as well.  Although all the images on the site were displaying correctly, they were all pulling the full size originals and resizing in html.  Not good on performance. &#60;/p&#62;
&#60;p&#62;What appears to be working for me now is the first fix where I commented out the 1 line and replicating each standard (medium, Large) and custom image size in photoQ exactly as it is in the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "PhotoQ is preventing altering Wordpress Image Handling."</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-is-preventing-altering-wordpress-image-handling#post-1399</link>
			<pubDate>Mon, 19 Sep 2011 04:06:56 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1399@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Correction.  I ended up commenting out the whole function filterImageDownsize.  It seems that the current wordpress version 3.2 handles images better than when the current version of this plugin was issued.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "PhotoQ is preventing altering Wordpress Image Handling."</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-is-preventing-altering-wordpress-image-handling#post-1398</link>
			<pubDate>Fri, 16 Sep 2011 17:50:52 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1398@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I believe I just fixed it.  I commented out line 38 in PhotoQFeaturedImageProvider.php&#60;br /&#62;
&#60;code&#62;/*	$result-&#38;gt;setDimension($this-&#38;gt;_meta[&#38;#39;width&#38;#39;], $this-&#38;gt;_meta[&#38;#39;height&#38;#39;]);*/&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;And that seems to have fixed it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "PhotoQ is preventing altering Wordpress Image Handling."</title>
			<link>http://www.whoismanu.com/forum/topic/photoq-is-preventing-altering-wordpress-image-handling#post-1397</link>
			<pubDate>Fri, 16 Sep 2011 17:11:34 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1397@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;First, I love this plugin.  It is top notch.&#60;/p&#62;
&#60;p&#62;The only problem I have with it is that it modifies the porpotions of images by inserting HTML Hight and Width when standard wordpress functions are used by themes like: the_post_thumbnail()&#60;/p&#62;
&#60;p&#62;My current example is: I want my thumbnails to be 150x150 cropped.  If I set wordpress and photoq to those settings, it works ok within the post. &#60;/p&#62;
&#60;p&#62;However the theme I am using has a recent post thumbnail list and uses:the_post_thumbnail() to get the thumbs.  When they appear on the screen it takes the thumbs that are now cropped and displays them with the proportions of the original image.&#60;/p&#62;
&#60;p&#62;I have fought this for a while and just realized it was photoQ because when I disable the plugin, everything works.&#60;/p&#62;
&#60;p&#62;Any ideas on a fix?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaosratt on "SSL(https) support"</title>
			<link>http://www.whoismanu.com/forum/topic/sslhttps-support#post-1374</link>
			<pubDate>Sun, 07 Aug 2011 04:25:19 +0000</pubDate>
			<dc:creator>chaosratt</dc:creator>
			<guid isPermaLink="false">1374@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Additionally, photoq is hard coded fot http:// urls in the admin when uploading/viewing posts. Same for all photoq thumbnails in the admin panel, hard coded to http:// urls.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaosratt on "SSL(https) support"</title>
			<link>http://www.whoismanu.com/forum/topic/sslhttps-support#post-1373</link>
			<pubDate>Sun, 07 Aug 2011 04:14:54 +0000</pubDate>
			<dc:creator>chaosratt</dc:creator>
			<guid isPermaLink="false">1373@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;PhotoQ writes absolute paths into posts using http:// links. When a page is viewed over SSL, this causes SSL errors since some content is pulled over nonsecure connections.&#60;/p&#62;
&#60;p&#62;Example, the following freeform:&#60;br /&#62;
&#60;code&#62;[caption width=&#38;quot;510&#38;quot; align=&#38;quot;aligncenter&#38;quot; caption=&#38;quot;[descr]&#38;quot;]&#38;lt;a rel=&#38;quot;lightbox&#38;quot; href=&#38;quot;[imgUrl&#124;original]&#38;quot; title=&#38;quot;[title]&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;[imgUrl&#124;main]&#38;quot; title=&#38;quot;[title]&#38;quot; alt=&#38;quot;[descr]&#38;quot; class=&#38;quot;photoQcontent photoQLinkImg&#38;quot; width=&#38;quot;[imgWidth&#124;main]&#38;quot; height=&#38;quot;[imgHeight&#124;main]&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;[/caption]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Will execute as such (pulled directly from the database):&#60;br /&#62;
&#60;code&#62;[caption width=&#38;quot;510&#38;quot; align=&#38;quot;aligncenter&#38;quot; caption=&#38;quot;Just the &#38;#39;Z&#38;#39; volume.&#38;quot;]&#38;lt;a rel=&#38;quot;lightbox&#38;quot; href=&#38;quot;http://thedemotivators.com/wp-content/uploads/original/2011_07/wikipedia.jpg&#38;quot; title=&#38;quot;Wikipedia&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;http://thedemotivators.com/wp-content/uploads/main/2011_07/wikipedia.jpg&#38;quot; title=&#38;quot;Wikipedia&#38;quot; alt=&#38;quot;Just the &#38;#39;Z&#38;#39; volume.&#38;quot; class=&#38;quot;photoQcontent photoQLinkImg&#38;quot; width=&#38;quot;500&#38;quot; height=&#38;quot;533&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;[/caption]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Link: &#60;a href=&#34;http://thedemotivators.com/wikipedia&#34; rel=&#34;nofollow&#34;&#62;http://thedemotivators.com/wikipedia&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nstoker on "&#039;Author&#039; posting - can only post top of queue"</title>
			<link>http://www.whoismanu.com/forum/topic/author-posting-can-only-post-top-of-queue#post-1332</link>
			<pubDate>Thu, 26 May 2011 22:25:33 +0000</pubDate>
			<dc:creator>nstoker</dc:creator>
			<guid isPermaLink="false">1332@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I am using WP3.1, and PhotoQ as part of Grace Photoblog child theme (chelseadegreeshow.org/2011/).  &#60;/p&#62;
&#60;p&#62;I have been very successfully building the site and adding images as Administrator, and now want people to do it as 'authors'.  &#60;/p&#62;
&#60;p&#62;When I do this, there is no option to post the whole queue, just the top - is that intended?  It seems a pain if I have just added 20 images as author to have to do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mikker on "Fatal error: &#039;Width and height of Dimension must be positive and numeric.&#039;"</title>
			<link>http://www.whoismanu.com/forum/topic/fatal-error-width-and-height-of-dimension-must-be-positive-and-numeric#post-1294</link>
			<pubDate>Sun, 13 Feb 2011 18:32:36 +0000</pubDate>
			<dc:creator>Mikker</dc:creator>
			<guid isPermaLink="false">1294@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Thanks a million for sorting this out. Tried all sorts of stuff but nothing worked. I was afraid I'd have to start all over and redo my entire site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dawilson on "PHP error while trying to replace an existing image"</title>
			<link>http://www.whoismanu.com/forum/topic/php-error-while-trying-to-replace-an-existing-image#post-1271</link>
			<pubDate>Sat, 01 Jan 2011 15:21:53 +0000</pubDate>
			<dc:creator>dawilson</dc:creator>
			<guid isPermaLink="false">1271@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;This looks like a PhotoQ 1.9 bug (on Wordpress 3.0.4). I had to replace an image on my blog for the first time this morning. The affected post is saved as a draft and I edited it using WPs &#34;Edit Post&#34; option and tried to replace the image via the file selection entry field in the &#34;PhotoQ Photo&#34; section of the edit page. After selecting the new file, I press &#34;Save Draft&#34; and see:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to a member function getYearMonthDirPath() on a non-object in /home/photos/public_html/wp-content/plugins/photoq-photoblog-plugin/classes/photo/PhotoQ_Photo_PublishedPhoto.php on line 207&#60;/p&#62;
&#60;p&#62;I also tried &#34;Preview&#34; and &#34;Schedule&#34; rather than &#34;Save Draft&#34; but both yield the same error. It seems this post is now dead and I'll have to delete it and reenter it. Any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "Small html typo on exif seperator"</title>
			<link>http://www.whoismanu.com/forum/topic/small-html-typo-on-exif-seperator#post-1260</link>
			<pubDate>Thu, 16 Dec 2010 22:32:17 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1260@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;First of all, I love this tool.  It is so comprehensive and full featured.  Kudos to whoismanu.&#60;/p&#62;
&#60;p&#62;Changed the text of this post as I am the cause of my own issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1254</link>
			<pubDate>Fri, 03 Dec 2010 18:05:57 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1254@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I take that back.  Its working fine in 2.0b6.  I missed the WPMU specific notes on scheduling the server cron.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Darcy on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1252</link>
			<pubDate>Thu, 02 Dec 2010 19:01:50 +0000</pubDate>
			<dc:creator>Darcy</dc:creator>
			<guid isPermaLink="false">1252@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Its not working for me in 2.0b6
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaosratt on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1218</link>
			<pubDate>Thu, 28 Oct 2010 01:14:18 +0000</pubDate>
			<dc:creator>chaosratt</dc:creator>
			<guid isPermaLink="false">1218@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Working now with v6.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1216</link>
			<pubDate>Wed, 27 Oct 2010 19:53:25 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1216@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;beta 2.0v6 is now uploaded and should fix the cronjob issues. you can get it by simply re-downloading the beta. i hope it works now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1215</link>
			<pubDate>Wed, 27 Oct 2010 16:06:06 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1215@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;indeed. i thought, i checked that...well, i will try to upload a patched version tonight. &#60;/p&#62;
&#60;p&#62;thanks so much for all your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>epostma on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1212</link>
			<pubDate>Wed, 27 Oct 2010 15:01:05 +0000</pubDate>
			<dc:creator>epostma</dc:creator>
			<guid isPermaLink="false">1212@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;FWIW, I'm seeing the same thing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chaosratt on "Cron Posting not working (PQ 2 Beta)"</title>
			<link>http://www.whoismanu.com/forum/topic/cron-posting-not-working-pq-2-beta#post-1191</link>
			<pubDate>Fri, 22 Oct 2010 14:40:22 +0000</pubDate>
			<dc:creator>chaosratt</dc:creator>
			<guid isPermaLink="false">1191@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Deleted the old PQ cron file and copied the new one from the beta to the root directory ( where the old pre-beta cron file was), but the queue is not progressing.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

