<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: wideimage problems?</title>
	<atom:link href="http://kozak.si/widethoughts/2009/09/19/wideimage-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://kozak.si/widethoughts/2009/09/19/wideimage-problems/</link>
	<description>a blog of one of those ... software developer creatures</description>
	<lastBuildDate>Tue, 08 Jun 2010 19:02:36 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gašper</title>
		<link>http://kozak.si/widethoughts/2009/09/19/wideimage-problems/comment-page-1/#comment-1101</link>
		<dc:creator>Gašper</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://kozak.si/widethoughts/?p=526#comment-1101</guid>
		<description>Thanks for reporting this, I will fix it in the next release. Although, please use the &lt;a href=&quot;http://wideimage.sourceforge.net/support/&quot; rel=&quot;nofollow&quot;&gt;official support channels&lt;/a&gt; next time.</description>
		<content:encoded><![CDATA[<p>Thanks for reporting this, I will fix it in the next release. Although, please use the <a href="http://wideimage.sourceforge.net/support/" rel="nofollow">official support channels</a> next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin</title>
		<link>http://kozak.si/widethoughts/2009/09/19/wideimage-problems/comment-page-1/#comment-1100</link>
		<dc:creator>Alvin</dc:creator>
		<pubDate>Tue, 08 Jun 2010 18:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://kozak.si/widethoughts/?p=526#comment-1100</guid>
		<description>for some reason, running wideimage php 5.3.2 using MAMP keeps giving me WideImage_Exception error, complaining the class not found in Image.php(30).

Moving the following lines to above the: require_once WideImage::path() . &#039;Image.php&#039;;
seems to fixed it. It&#039;s probably best to put the wideimage exceptions to a sepearte class file?

thanks for the great work. :)

/**
	 * Base Exception class
	 * 
	 * @package Exceptions
	 **/
	class WideImage_Exception extends RuntimeException {}
	
	/**
	 * @package Exceptions
	 */
	class WideImage_InvalidImageHandleException extends WideImage_Exception {}
	
	/**
	 * @package Exceptions
	 */
	class WideImage_InvalidImageSourceException extends WideImage_Exception {}</description>
		<content:encoded><![CDATA[<p>for some reason, running wideimage php 5.3.2 using MAMP keeps giving me WideImage_Exception error, complaining the class not found in Image.php(30).</p>
<p>Moving the following lines to above the: require_once WideImage::path() . &#8216;Image.php&#8217;;<br />
seems to fixed it. It&#8217;s probably best to put the wideimage exceptions to a sepearte class file?</p>
<p>thanks for the great work. <img src='http://kozak.si/widethoughts/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>/**<br />
	 * Base Exception class<br />
	 *<br />
	 * @package Exceptions<br />
	 **/<br />
	class WideImage_Exception extends RuntimeException {}</p>
<p>	/**<br />
	 * @package Exceptions<br />
	 */<br />
	class WideImage_InvalidImageHandleException extends WideImage_Exception {}</p>
<p>	/**<br />
	 * @package Exceptions<br />
	 */<br />
	class WideImage_InvalidImageSourceException extends WideImage_Exception {}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
