<?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: phpthumb - Recent Posts</title>
		<link>http://www.whoismanu.com/forum/tags/phpthumb</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 12:38:31 +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/phpthumb" rel="self" type="application/rss+xml" />

		<item>
			<title>whoismanu on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1202</link>
			<pubDate>Wed, 27 Oct 2010 08:34:55 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1202@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;great, thanks a lot for sharing this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stdbull on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1193</link>
			<pubDate>Sat, 23 Oct 2010 16:34:44 +0000</pubDate>
			<dc:creator>stdbull</dc:creator>
			<guid isPermaLink="false">1193@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;...I should probably also add that I had to make the following change in phpthumb.class.php in order to publish the photo from the queue:&#60;/p&#62;
&#60;p&#62;if (!$this-&#38;gt;config_allow_src_above_docroot &#38;amp;&#38;amp; !preg_match('#^'.preg_quote(str_replace(DIRECTORY_SEPARATOR, '/', realpath($this-&#38;gt;config_document_&#60;br /&#62;
                        $this-&#38;gt;DebugMessage('!$this-&#38;gt;config_allow_src_above_docroot therefore setting &#34;'.$AbsoluteFilename.'&#34; (outside &#34;'.realpath($this-&#38;gt;config&#60;br /&#62;
                        /*return false;*/&#60;br /&#62;
                        return $AbsoluteFilename;&#60;br /&#62;
                }&#60;/p&#62;
&#60;p&#62;I'm not sure if this is expected or not but it all seems to work now :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stdbull on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1189</link>
			<pubDate>Thu, 21 Oct 2010 17:05:48 +0000</pubDate>
			<dc:creator>stdbull</dc:creator>
			<guid isPermaLink="false">1189@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi. I discovered that I was only able to generate thumbs in the document root (which I think is phpThumb's default behaviour). My WP installation is served via Apache's userdir module. I changed allow_src_above_docroot to true in phpThumb.config.php and it works :-)&#60;br /&#62;
Thanks for your help anyway.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1133</link>
			<pubDate>Fri, 08 Oct 2010 11:10:38 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1133@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;you are welcome. i am glad it worked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timrybak on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1131</link>
			<pubDate>Thu, 07 Oct 2010 19:56:41 +0000</pubDate>
			<dc:creator>timrybak</dc:creator>
			<guid isPermaLink="false">1131@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Dead on accurate.  I exported the table to a SQL file, used Notepad++ to make the change, reimported the table and did a complete rebuild.  I had replaced the entire images directory with a copy from the production site, so all the pics were there.  It ran through the rebuild with no issues.&#60;/p&#62;
&#60;p&#62;Thanks Manuel!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1127</link>
			<pubDate>Thu, 07 Oct 2010 10:25:32 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1127@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;the photoQPath is stored as a custom field. so these would be all entries in the postmeta table that have a meta_key of photoQPath.&#60;/p&#62;
&#60;p&#62;after you edit this, you should do a rebuild all. in your case the rebuild might however still hang because as you can see above there was one image that really seemed to be missing on the server. you can either put this one back in place manually or via editing the post in quesiton and changing the current photoq photo in the wordpress editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timrybak on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1121</link>
			<pubDate>Mon, 04 Oct 2010 19:44:15 +0000</pubDate>
			<dc:creator>timrybak</dc:creator>
			<guid isPermaLink="false">1121@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Can you point me to the correct table in the database?  I poked around, but I didn't see anything that looked like the right data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1118</link>
			<pubDate>Sun, 03 Oct 2010 19:32:33 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1118@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;true, this really seems to be the problem. if you change the path that i posted above&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#38;amp;w=120&#38;amp;h=60&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#38;amp;w=120&#38;amp;h=60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/testsite/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#38;amp;w=120&#38;amp;h=60&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/testsite/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#38;amp;w=120&#38;amp;h=60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it also starts to work.&#60;/p&#62;
&#60;p&#62;so the problem seems to be that on your testsite, the paths are not the same as on the site you copied (the database) from.&#60;/p&#62;
&#60;p&#62;right now for this kind of issue, the only way around is a search and replace in the database. see for example here for more details: &#60;a href=&#34;http://www.whoismanu.com/forum/topic/thumbs-and-rebuilt-link-broken-due-to-server-move&#34; rel=&#34;nofollow&#34;&#62;http://www.whoismanu.com/forum/topic/thumbs-and-rebuilt-link-broken-due-to-server-move&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stdbull on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1111</link>
			<pubDate>Thu, 30 Sep 2010 22:27:47 +0000</pubDate>
			<dc:creator>stdbull</dc:creator>
			<guid isPermaLink="false">1111@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Sure. Understood. I'm going to be out of the country for a few weeks shortly. I'll try a few things when I return. Thanks for the advice and pointers to the code. I'll update you with any findings I have.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timrybak on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1110</link>
			<pubDate>Thu, 30 Sep 2010 19:57:34 +0000</pubDate>
			<dc:creator>timrybak</dc:creator>
			<guid isPermaLink="false">1110@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;OK, I copied over the entire Originals folder, and then I did a rebuild from Setting/PhotoQ/Maintenance.  It bombed out, and the error text is below.  From what I can tell, it looks like it is trying to reference files that are in &#34;/home/timrybak/public_html/wp-content/&#34;, rather than &#34;/home/timrybak/public_html/testsite/wp-content&#34;&#60;/p&#62;
&#60;p&#62;I don't know if there is an easy fix for this by editing the database, or if I would need to attempt to uninstall/reinstall the plugin.  Any tips would be welcome.&#60;/p&#62;
&#60;p&#62;    * Updating following image sizes: thumbnail, main&#60;br /&#62;
    * Updating following views: content, excerpt, thumbnail, image&#60;br /&#62;
    * Updating all published Photos...&#60;/p&#62;
&#60;p&#62;Aborting batch processing due to following error:&#60;br /&#62;
string(3638) &#34;PhpThumb failed:&#60;/p&#62;
&#60;p&#62;phpThumb() v1.7.9-200712090829&#60;/p&#62;
&#60;p&#62;&#34;&#34; does not exist\n\nphpThumb() v1.7.9-200712090829 in file &#34;phpthumb.class.php&#34; on line 216\n\nsetSourceFilename(/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG) set $this-&#38;gt;sourceFilename to &#34;/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#34; in file &#34;phpthumb.class.php&#34; on line 243\n\n  file_exists() = 0 in file &#34;phpthumb.class.php&#34; on line 1101\n\nis_executable() = 0 in file &#34;phpthumb.class.php&#34; on line 1102\n\nusing ImageMagick path from &#60;code&#62;which convert&#60;/code&#62; (/usr/bin/convert) in file &#34;phpthumb.class.php&#34; on line 1121\n\nImageMagick version checked with &#34;convert --version&#34; in file &#34;phpthumb.class.php&#34; on line 1148\n\nImageMagick did not return recognized version string (Version: ImageMagick 6.6.0-2 2010-07-13 Q16 &#60;a href=&#34;http://www.imagemagick.org&#34; rel=&#34;nofollow&#34;&#62;http://www.imagemagick.org&#60;/a&#62;&#60;br /&#62;
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC&#60;br /&#62;
Features:) in file &#34;phpthumb.class.php&#34; on line 1154\n\nImageMagick convert --version says &#34;Unknown&#34; in file &#34;phpthumb.class.php&#34; on line 1157\n\n$AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file &#34;phpthumb.class.php&#34; on line 884\n\n$this-&#38;gt;thumbnailFormat set to $this-&#38;gt;config_output_format &#34;jpeg&#34; in file &#34;phpthumb.class.php&#34; on line 895\n\n$this-&#38;gt;thumbnailQuality set to &#34;95&#34; in file &#34;phpthumb.class.php&#34; on line 912\n\n!$this-&#38;gt;config_allow_src_above_docroot therefore setting &#34;/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#34; (outside &#34;/home/timrybak/public_html/testsite&#34;) to null in file &#34;phpthumb.class.php&#34; on line 1066\n\n$this-&#38;gt;sourceFilename set to &#34;&#34; in file &#34;phpthumb.class.php&#34; on line 813\n\nphpThumb() v1.7.9-200712090829&#60;/p&#62;
&#60;p&#62;&#34;&#34; does not exist in file &#34;phpthumb.class.php&#34; on line 3652\n\nsetCacheDirectory() starting with config_cache_directory = &#34;&#34; in file &#34;phpthumb.class.php&#34; on line 919\n\n$this-&#38;gt;config_cache_directory () is not a directory in file &#34;phpthumb.class.php&#34; on line 955\n\nSetCacheFilename() failed because $this-&#38;gt;config_cache_directory is empty in file &#34;phpthumb.class.php&#34; on line 3037\n\nstarting ExtractEXIFgetImageSize() in file &#34;phpthumb.class.php&#34; on line 2894\n\nGetImageSize(&#34;&#34;) failed in file &#34;phpthumb.class.php&#34; on line 2917\n\n$this-&#38;gt;useRawIMoutput=true after checking $UnAllowedParameters in file &#34;phpthumb.class.php&#34; on line 1232\n\nImageMagickThumbnailToGD() aborting because $this-&#38;gt;sourceFilename is empty in file &#34;phpthumb.class.php&#34; on line 1279\n\nImageMagickThumbnailToGD() failed in file &#34;phpthumb.class.php&#34; on line 2924\n\nSetOrientationDependantWidthHeight() starting with &#34;&#34;x&#34;&#34; in file &#34;phpthumb.class.php&#34; on line 2873\n\nSetOrientationDependantWidthHeight() setting w=&#34;280&#34;, h=&#34;140&#34; in file &#34;phpthumb.class.php&#34; on line 2889\n\nEXIF thumbnail extraction: (size=0; type=&#34;&#34;; 0x0) in file &#34;phpthumb.class.php&#34; on line 2976\n\nstarting SourceImageToGD() in file &#34;phpthumb.class.php&#34; on line 3234\n\n$this-&#38;gt;useRawIMoutput=true after checking $UnAllowedParameters in file &#34;phpthumb.class.php&#34; on line 1232\n\nImageMagickThumbnailToGD() aborting because $this-&#38;gt;sourceFilename is empty in file &#34;phpthumb.class.php&#34; on line 1279\n\nNot using EXIF thumbnail data because $this-&#38;gt;exif_thumbnail_data is empty in file &#34;phpthumb.class.php&#34; on line 3283\n\n$this-&#38;gt;gdimg_source is still empty in file &#34;phpthumb.class.php&#34; on line 3335\n\nImageMagickThumbnailToGD() failed in file &#34;phpthumb.class.php&#34; on line 3337\n\nphpThumb() v1.7.9-200712090829&#60;/p&#62;
&#60;p&#62;Unknown image type identified by &#34;&#34; () in SourceImageToGD()[3449] in file &#34;phpthumb.class.php&#34; on line 3652\n\nSourceImageToGD() failed in file &#34;phpthumb.class.php&#34; on line 323&#60;/p&#62;
&#60;p&#62;&#34;&#60;br /&#62;
Fatal error: Call to a member function push() on a non-object in /home/timrybak/public_html/testsite/wp-content/plugins/photoq-photoblog-plugin/classes/error/PhotoQ_Error_Exception.php on line 20
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timrybak on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1108</link>
			<pubDate>Thu, 30 Sep 2010 18:32:24 +0000</pubDate>
			<dc:creator>timrybak</dc:creator>
			<guid isPermaLink="false">1108@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;This is really strange. I did a file for file copy from my production site to the test site.  I will copy over all of the originals again and see if a rebuild succeeds.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1102</link>
			<pubDate>Thu, 30 Sep 2010 16:46:50 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1102@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;indeed, not that easy to infer something from your yapb installation. sure, it could be something similar. &#60;/p&#62;
&#60;p&#62;the path and the &#34;src&#34; parameter are set in the function _getAdminThumbURL() (see here: &#60;a href=&#34;http://plugins.trac.wordpress.org/browser/photoq-photoblog-plugin/trunk/classes/photo/PhotoQ_Photo_Photo.php#L452&#34; rel=&#34;nofollow&#34;&#62;http://plugins.trac.wordpress.org/browser/photoq-photoblog-plugin/trunk/classes/photo/PhotoQ_Photo_Photo.php#L452&#60;/a&#62; ) in photoq. so this might help you narrow the problem down.&#60;/p&#62;
&#60;p&#62;otherwise, you could, as i suggested above, craft urls similar to the ones that are in the post i referred to but adapted for your setting. you can then try those out directly in your browser. through these urls you can test phpthumb by itself, which would also help to narrow down the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stdbull on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1100</link>
			<pubDate>Wed, 29 Sep 2010 22:27:31 +0000</pubDate>
			<dc:creator>stdbull</dc:creator>
			<guid isPermaLink="false">1100@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;It's funny that you should mention this. I was experimenting with YAPB yesterday and it too had a problem creating an absolute paths to an image I uploaded (other plugins eg nextgen are, however, ok). I narrowed it down to a function where YAPB combined a path from the system (involving DocumentRoot) and the WP based URI. The logic in the script didn't work and returned an empty path. It would seem plausible that the same thing is happening with photoQ.&#60;/p&#62;
&#60;p&#62;The blog I have is served from a home account on a machine running Apache with a few vhosts set up. The userdir module is enabled allowing users to have their own content served via http. My blog root resides at url &#38;lt;domain&#38;gt;/~&#38;lt;user&#38;gt;/blog/. Under this directory is the full wp installation. Document root is  set up to be /usr/local/www/www.&#38;lt;domain&#38;gt;/. I followed the WP guidelines when setting up this configuration. I think I've got it right...?&#60;/p&#62;
&#60;p&#62;I have:&#60;br /&#62;
Wordpress address (URL) &#60;a href=&#34;http://www.&#38;#038;lt;domain&#38;#038;gt;/~&#38;#038;lt;user&#38;#038;gt;/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.&#38;#038;lt;domain&#38;#038;gt;/~&#38;#038;lt;user&#38;#038;gt;/blog&#60;/a&#62;&#60;br /&#62;
Site address (URL) &#60;a href=&#34;http://www.&#38;#038;lt;domain&#38;#038;gt;/~&#38;#038;lt;user&#38;#038;gt;/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.&#38;#038;lt;domain&#38;#038;gt;/~&#38;#038;lt;user&#38;#038;gt;/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So when YAPB comes to munge the paths to come up with the absolute path for a file I've uploaded, it can't. I'm 90% certain that there is no issue with the Apache and WP config but it would seem possible that photoQ is having a similar problem as YAPB.&#60;/p&#62;
&#60;p&#62;For example, when I upload to YAPB, the two path strings it tries to use are:&#60;/p&#62;
&#60;p&#62;/usr/home/&#38;lt;user&#38;gt;/public_html/blog/wp-content/uploads&#60;br /&#62;
and&#60;br /&#62;
~&#38;lt;user&#38;gt;/blog/wp-content/uploads/2010/09/DSC_006418.jpg&#60;/p&#62;
&#60;p&#62;[/usr/home/ is the absolute path where all the home accounts reside.]&#60;/p&#62;
&#60;p&#62;The YAPB code assumes that the end of the first patch matches the start of the second path (at least that's the logic as per the comments in YapbImage.class.php).&#60;/p&#62;
&#60;p&#62;I realise that it's probably rather tricky for you to infer any more detail about my set up, but could this explain things for photoQ?&#60;/p&#62;
&#60;p&#62;Thanks for your reply. I'd love to get photoQ working. It looks to be the best photoblog plugin around.&#60;/p&#62;
&#60;p&#62;Rgds.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1099</link>
			<pubDate>Wed, 29 Sep 2010 11:10:26 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1099@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;i have a post with a similar problem here, you can just look at the answer i wrote: &#60;a href=&#34;http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1098&#34; rel=&#34;nofollow&#34;&#62;http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1098&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;could you craft a similar url for the thumb and see whether it works if you point the 'src' GET variable in the query string to a file that clearly exists on your server?&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1098</link>
			<pubDate>Wed, 29 Sep 2010 11:05:29 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1098@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;actually it is a bit more complicated than i thought. and i am honestly not 100% sure what is going on. maybe you can help me.&#60;/p&#62;
&#60;p&#62;i identified three different cases.&#60;/p&#62;
&#60;p&#62;case 1: everything is ok. for example this image exists on the server:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/imgdir/original/2009_03/img_0942.jpg&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/imgdir/original/2009_03/img_0942.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and the corresponding thumb shows as you can see here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/testsite/wp-content/imgdir/original/2009_03/img_0942.jpg&#38;amp;w=120&#38;amp;h=60&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/testsite/wp-content/imgdir/original/2009_03/img_0942.jpg&#38;amp;w=120&#38;amp;h=60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;case 2: image there but thumb doesn't show:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#38;amp;w=120&#38;amp;h=60&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2010_09/DSLR_IMG_14486.jpg&#38;amp;w=120&#38;amp;h=60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;case 3: image gives page not found, and thumb doesn't show&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#38;amp;w=120&#38;amp;h=60&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#38;amp;w=120&#38;amp;h=60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;then their the weird thing is that the error message doesn't say that image does not exist on the server. if you for example change the above to a file that clearly cannot exist:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2009_04/I62.JPG&#38;amp;w=120&#38;amp;h=60&#34; rel=&#34;nofollow&#34;&#62;http://testsite.therybaks.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9x/phpThumb.php?src=/home/timrybak/public_html/wp-content/imgdir/original/2009_04/I62.JPG&#38;amp;w=120&#38;amp;h=60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;then it does say that the file is missing.&#60;/p&#62;
&#60;p&#62;so, would you have a means of checking on your server what the difference between these three files is. permissions etc.? missing or not, for the last one? because just like this i have a bit a hard time understanding what is going on.&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1096</link>
			<pubDate>Wed, 29 Sep 2010 10:44:28 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1096@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;the problem seems to come from the fact that the original file for the post in question (imgdir/original/2009_04/IMG_4062.JPG) is missing on the server.&#60;/p&#62;
&#60;p&#62;the same is true for other posts, if you look in your admin panel under the list of published posts you will see that there are quite a lot that have a blue error image. for all of these posts, the original file seems to be missing on the server or at least it is not at the expected location.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stdbull on "Trouble with rendering a thumbnail image"</title>
			<link>http://www.whoismanu.com/forum/topic/trouble-with-rendering-a-thumbnail-image#post-1095</link>
			<pubDate>Sat, 25 Sep 2010 14:51:25 +0000</pubDate>
			<dc:creator>stdbull</dc:creator>
			<guid isPermaLink="false">1095@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm unable to get a thumbnail to be displayed correctly. Instead I get the &#34;read Usage comments for details&#34; message (red text on blue background). I've seen a few people reporting this but all these problems appear to have been resolved by fixing paths or permissions. I've checked and double checked things and AFAIK everything looks ok. I've tried calling phpThumb.php directly from a browser and I get the same message.&#60;/p&#62;
&#60;p&#62;I'm running:&#60;/p&#62;
&#60;p&#62;freeBSD 8.0&#60;br /&#62;
php 5.2.12&#60;br /&#62;
wordpress elegant grunge theme v1.0.3&#60;br /&#62;
wordpress v3.0.1&#60;br /&#62;
photoQ v1.9&#60;/p&#62;
&#60;p&#62;I realise that this version of photoQ has been tested up to WP 3.0.0.&#60;/p&#62;
&#60;p&#62;I know _something_ is working correctly because when invoking phpThumb directly with a file that doesn't exist I get a &#34;file doesn't exist&#34; error.&#60;/p&#62;
&#60;p&#62;What's strange is that method setSourceFile() in phpthump.class.php sets $this-&#38;gt;src to be equal to $sourceFilename but the error displayed is due to &#60;/p&#62;
&#60;p&#62;} elseif (!$phpThumb-&#38;gt;src) {&#60;br /&#62;
        $phpThumb-&#38;gt;ErrorImage('Usage: '.$_SERVER['PHP_SELF'].'?src=/path/and/filename.jpg'.&#34;\n&#34;.'read Usage comments for details');&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;in phpThumb.php. AFAIK $phpThumb-&#38;gt;src is populated yet this test is failing resulting in the phpThumb error being displayed. I've tried with no avail to enable some debug in photoQ and/or phpThumb. I think if I could do this I'd have more of an idea as to what could be going wrong.&#60;/p&#62;
&#60;p&#62;I appreciate that this error has been reported by several people and I have checked and double checked things based on the previously supplied answers, but I do hope that you could shed some light on what could be going wrong.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timrybak on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1090</link>
			<pubDate>Thu, 23 Sep 2010 15:25:52 +0000</pubDate>
			<dc:creator>timrybak</dc:creator>
			<guid isPermaLink="false">1090@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I created the account and I sent the login and site information to [hidden].
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1088</link>
			<pubDate>Thu, 23 Sep 2010 07:43:42 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">1088@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi tim,&#60;/p&#62;
&#60;p&#62;yes, a test account would be great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>timrybak on "Converting from 1 theme to another"</title>
			<link>http://www.whoismanu.com/forum/topic/converting-from-1-theme-to-another#post-1087</link>
			<pubDate>Wed, 22 Sep 2010 20:36:22 +0000</pubDate>
			<dc:creator>timrybak</dc:creator>
			<guid isPermaLink="false">1087@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Manuel,&#60;/p&#62;
&#60;p&#62;I saw the post your referred me to, and I downloaded that patch and applied it.  Then, I made the change referred to in the last post in that thread for troubleshooting, and did a rebuild.  Here is what it returned:&#60;/p&#62;
&#60;p&#62;Aborting batch processing due to following error:&#60;br /&#62;
string(3638) &#34;PhpThumb failed:&#60;/p&#62;
&#60;p&#62;phpThumb() v1.7.9-200712090829&#60;/p&#62;
&#60;p&#62;&#34;&#34; does not exist\n\nphpThumb() v1.7.9-200712090829 in file &#34;phpthumb.class.php&#34; on line 216\n\nsetSourceFilename(/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG) set $this-&#38;gt;sourceFilename to &#34;/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#34; in file &#34;phpthumb.class.php&#34; on line 243\n\n  file_exists() = 0 in file &#34;phpthumb.class.php&#34; on line 1101\n\nis_executable() = 0 in file &#34;phpthumb.class.php&#34; on line 1102\n\nusing ImageMagick path from &#60;code&#62;which convert&#60;/code&#62; (/usr/bin/convert) in file &#34;phpthumb.class.php&#34; on line 1121\n\nImageMagick version checked with &#34;convert --version&#34; in file &#34;phpthumb.class.php&#34; on line 1148\n\nImageMagick did not return recognized version string (Version: ImageMagick 6.6.0-2 2010-07-13 Q16 &#60;a href=&#34;http://www.imagemagick.org&#34; rel=&#34;nofollow&#34;&#62;http://www.imagemagick.org&#60;/a&#62;&#60;br /&#62;
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC&#60;br /&#62;
Features:) in file &#34;phpthumb.class.php&#34; on line 1154\n\nImageMagick convert --version says &#34;Unknown&#34; in file &#34;phpthumb.class.php&#34; on line 1157\n\n$AvailableImageOutputFormats = array(text;ico;bmp;wbmp;gif;png;jpeg) in file &#34;phpthumb.class.php&#34; on line 884\n\n$this-&#38;gt;thumbnailFormat set to $this-&#38;gt;config_output_format &#34;jpeg&#34; in file &#34;phpthumb.class.php&#34; on line 895\n\n$this-&#38;gt;thumbnailQuality set to &#34;95&#34; in file &#34;phpthumb.class.php&#34; on line 912\n\n!$this-&#38;gt;config_allow_src_above_docroot therefore setting &#34;/home/timrybak/public_html/wp-content/imgdir/original/2009_04/IMG_4062.JPG&#34; (outside &#34;/home/timrybak/public_html/testsite&#34;) to null in file &#34;phpthumb.class.php&#34; on line 1066\n\n$this-&#38;gt;sourceFilename set to &#34;&#34; in file &#34;phpthumb.class.php&#34; on line 813\n\nphpThumb() v1.7.9-200712090829&#60;/p&#62;
&#60;p&#62;&#34;&#34; does not exist in file &#34;phpthumb.class.php&#34; on line 3652\n\nsetCacheDirectory() starting with config_cache_directory = &#34;&#34; in file &#34;phpthumb.class.php&#34; on line 919\n\n$this-&#38;gt;config_cache_directory () is not a directory in file &#34;phpthumb.class.php&#34; on line 955\n\nSetCacheFilename() failed because $this-&#38;gt;config_cache_directory is empty in file &#34;phpthumb.class.php&#34; on line 3037\n\nstarting ExtractEXIFgetImageSize() in file &#34;phpthumb.class.php&#34; on line 2894\n\nGetImageSize(&#34;&#34;) failed in file &#34;phpthumb.class.php&#34; on line 2917\n\n$this-&#38;gt;useRawIMoutput=true after checking $UnAllowedParameters in file &#34;phpthumb.class.php&#34; on line 1232\n\nImageMagickThumbnailToGD() aborting because $this-&#38;gt;sourceFilename is empty in file &#34;phpthumb.class.php&#34; on line 1279\n\nImageMagickThumbnailToGD() failed in file &#34;phpthumb.class.php&#34; on line 2924\n\nSetOrientationDependantWidthHeight() starting with &#34;&#34;x&#34;&#34; in file &#34;phpthumb.class.php&#34; on line 2873\n\nSetOrientationDependantWidthHeight() setting w=&#34;280&#34;, h=&#34;140&#34; in file &#34;phpthumb.class.php&#34; on line 2889\n\nEXIF thumbnail extraction: (size=0; type=&#34;&#34;; 0x0) in file &#34;phpthumb.class.php&#34; on line 2976\n\nstarting SourceImageToGD() in file &#34;phpthumb.class.php&#34; on line 3234\n\n$this-&#38;gt;useRawIMoutput=true after checking $UnAllowedParameters in file &#34;phpthumb.class.php&#34; on line 1232\n\nImageMagickThumbnailToGD() aborting because $this-&#38;gt;sourceFilename is empty in file &#34;phpthumb.class.php&#34; on line 1279\n\nNot using EXIF thumbnail data because $this-&#38;gt;exif_thumbnail_data is empty in file &#34;phpthumb.class.php&#34; on line 3283\n\n$this-&#38;gt;gdimg_source is still empty in file &#34;phpthumb.class.php&#34; on line 3335\n\nImageMagickThumbnailToGD() failed in file &#34;phpthumb.class.php&#34; on line 3337\n\nphpThumb() v1.7.9-200712090829&#60;/p&#62;
&#60;p&#62;Unknown image type identified by &#34;&#34; () in SourceImageToGD()[3449] in file &#34;phpthumb.class.php&#34; on line 3652\n\nSourceImageToGD() failed in file &#34;phpthumb.class.php&#34; on line 323&#60;/p&#62;
&#60;p&#62;&#34;&#60;br /&#62;
Fatal error: Call to a member function push() on a non-object in /home/timrybak/public_html/testsite/wp-content/plugins/photoq-photoblog-plugin/classes/error/PhotoQ_Error_Exception.php on line 20&#60;/p&#62;
&#60;p&#62;If you would like for me to set up an account for you to log in to my test site so you can tinker around, just let me know.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Tim
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

