<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: CakePHP thumbnails with phpThumb</title>
	<link>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/</link>
	<description>Adventures in Web Programming</description>
	<pubDate>Mon,  8 Sep 2008 06:59:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Nate Constant</title>
		<link>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/#comment-388</link>
		<pubDate>Sun, 25 Mar 2007 20:18:50 +0000</pubDate>
		<guid>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/#comment-388</guid>
					<description>Andrew, I\'ve not tried this in Cake 1.2xx yet but here\'s something you can try to get a little more information about what\'s going on with it.

In the thumb.php component at line 99 add this code below the existing $this-&gt;addError() call:
&lt;pre&gt;$this-&gt;addError(implode(\'; \',$phpThumb-&gt;debugmessages));&lt;/pre&gt;

This will tell you everything that phpThumb is doing and will tell you what the specific error is.</description>
		<content:encoded><![CDATA[<p>Andrew, I\&#8217;ve not tried this in Cake 1.2xx yet but here\&#8217;s something you can try to get a little more information about what\&#8217;s going on with it.</p>
<p>In the thumb.php component at line 99 add this code below the existing $this->addError() call:</p>
<pre>$this->addError(implode('; ',$phpThumb->debugmessages));</pre>
<p>This will tell you everything that phpThumb is doing and will tell you what the specific error is.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andrew</title>
		<link>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/#comment-387</link>
		<pubDate>Sun, 25 Mar 2007 19:10:08 +0000</pubDate>
		<guid>http://shabadeehoob.com/2007/03/08/cakephp-thumbnails-with-phpthumb/#comment-387</guid>
					<description>Hey, I using this component with CakePHP 1.2xxxx and I am getting the following error:

Array
(
    [0] =&amp;#62; could not generate thumbnail
)

Any ideas? I double checked and phpThumb is working fine and permissions are set.

Thanks</description>
		<content:encoded><![CDATA[<p>Hey, I using this component with CakePHP 1.2xxxx and I am getting the following error:</p>
<p>Array<br />
(<br />
    [0] =&gt; could not generate thumbnail<br />
)</p>
<p>Any ideas? I double checked and phpThumb is working fine and permissions are set.</p>
<p>Thanks
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
