<?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: Zend_Controller_Dispatcher_Exception</title>
	<atom:link href="http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/</link>
	<description>Just Develop It</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: guan</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-794</link>
		<dc:creator>guan</dc:creator>
		<pubDate>Tue, 13 Dec 2011 15:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-794</guid>
		<description>你好，我遇到了相同的问题！hello，I have struggled with the same error.
我的英文很烂。。。my english is very poor,so I give my solution directly here。
----------------------
$controller = Zend_Controller_Front::getInstance();
$controller-&gt;setControllerDirectory(INCLUDE_PATH.&#039;/Controllers&#039;);
$controller-&gt;setParam(&#039;useDefaultControllerAlways&#039;, true);</description>
		<content:encoded><![CDATA[<p>你好，我遇到了相同的问题！hello，I have struggled with the same error.<br />
我的英文很烂。。。my english is very poor,so I give my solution directly here。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$controller = Zend_Controller_Front::getInstance();<br />
$controller-&gt;setControllerDirectory(INCLUDE_PATH.&#8217;/Controllers&#8217;);<br />
$controller-&gt;setParam(&#8216;useDefaultControllerAlways&#8217;, true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniele</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-786</link>
		<dc:creator>Daniele</dc:creator>
		<pubDate>Sat, 26 Nov 2011 19:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-786</guid>
		<description>Thank you!!!!!!!

After searching for hours, this tip saved me.

Thanks and best regards,
Daniele.</description>
		<content:encoded><![CDATA[<p>Thank you!!!!!!!</p>
<p>After searching for hours, this tip saved me.</p>
<p>Thanks and best regards,<br />
Daniele.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phạm thành lập</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-730</link>
		<dc:creator>phạm thành lập</dc:creator>
		<pubDate>Fri, 02 Sep 2011 20:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-730</guid>
		<description>thankyou Rafael</description>
		<content:encoded><![CDATA[<p>thankyou Rafael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simone panuccio</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-643</link>
		<dc:creator>Simone panuccio</dc:creator>
		<pubDate>Mon, 28 Mar 2011 13:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-643</guid>
		<description>The way you have described this is very thorough. I will link your blog page to mine.</description>
		<content:encoded><![CDATA[<p>The way you have described this is very thorough. I will link your blog page to mine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanh Tung</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-493</link>
		<dc:creator>Thanh Tung</dc:creator>
		<pubDate>Thu, 28 Oct 2010 16:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-493</guid>
		<description>very thank you</description>
		<content:encoded><![CDATA[<p>very thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leonking</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-326</link>
		<dc:creator>leonking</dc:creator>
		<pubDate>Sat, 30 Jan 2010 09:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-326</guid>
		<description>thank you very much ! It works After indexController.php to IndexController.php  .Buy in my appinon, the first captial should be lower? Why it is capital?</description>
		<content:encoded><![CDATA[<p>thank you very much ! It works After indexController.php to IndexController.php  .Buy in my appinon, the first captial should be lower? Why it is capital?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porno</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-263</link>
		<dc:creator>Porno</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-263</guid>
		<description>Hi,
you saved me a couple of additional minutes googling:)

IMPORTANT for DREAMWEAVER users:

I have changed name of my file from indexController.php to IndexController.php and i&#039;ve uploaded it in Dreamweaver but i still had the same error.

After a while i&#039;ve just checked remote folder and there were two files! indexController.php and IndexController.php

After deleting indexController.php problem was solved;D

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
you saved me a couple of additional minutes googling:)</p>
<p>IMPORTANT for DREAMWEAVER users:</p>
<p>I have changed name of my file from indexController.php to IndexController.php and i&#8217;ve uploaded it in Dreamweaver but i still had the same error.</p>
<p>After a while i&#8217;ve just checked remote folder and there were two files! indexController.php and IndexController.php</p>
<p>After deleting indexController.php problem was solved;D</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jannej</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-245</link>
		<dc:creator>jannej</dc:creator>
		<pubDate>Tue, 29 Sep 2009 10:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-245</guid>
		<description>Had the same problems when deployed my project. Thanks! Your tip saved my day, I owe you one! ;-)</description>
		<content:encoded><![CDATA[<p>Had the same problems when deployed my project. Thanks! Your tip saved my day, I owe you one! <img src='http://www.bajb.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-79</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Fri, 06 Feb 2009 06:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-79</guid>
		<description>Alright I&#039;ve gone mad! Now it works with the &quot;/&quot; on Unix go figure... arrg!</description>
		<content:encoded><![CDATA[<p>Alright I&#8217;ve gone mad! Now it works with the &#8220;/&#8221; on Unix go figure&#8230; arrg!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael</title>
		<link>http://www.bajb.net/2008/07/zend_controller_dispatcher_exception/comment-page-1/#comment-78</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Fri, 06 Feb 2009 06:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://bajb.net/blog/?p=9#comment-78</guid>
		<description>Hi Brooke, super model name btw : )

I have struggled with the same error:

Fatal error: Uncaught exception &#039;Zend_Controller_Dispatcher_Exception&#039; with message &#039;Invalid controller specified (error)&#039; in C:\wamp\www\XXX\library\Zend\Controller\Dispatcher\Standard.php:241 Stack trace: #0 C:\wamp\www\XXX\library\Zend\Controller\Front.php(934): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 C:\wamp\www\XXX\html\index.php(48): Zend_Controller_Front-&gt;dispatch() #2 {main} thrown in C:\wamp\www\XXX\library\Zend\Controller\Dispatcher\Standard.php on line 241


 And thank to you I gained some insight into the inner workings of the framework. But for me the issue was porting the include path in index.php from Windows to Unix and viceversa:

Windows version:
define(&#039;APPLICATION_PATH&#039;, realpath(dirname(__FILE__) . &#039;/../application/&#039;));
set_include_path(
    APPLICATION_PATH . &#039;/../library&#039; 
    . PATH_SEPARATOR . get_include_path()

Unix version:
define(&#039;APPLICATION_PATH&#039;, realpath(dirname(__FILE__) . &#039;../application/&#039;));
set_include_path(
    APPLICATION_PATH . &#039;../library&#039; 
    . PATH_SEPARATOR . get_include_path()


So just get rid off the first &quot;/&quot; and ta-da! no errors.</description>
		<content:encoded><![CDATA[<p>Hi Brooke, super model name btw : )</p>
<p>I have struggled with the same error:</p>
<p>Fatal error: Uncaught exception &#8216;Zend_Controller_Dispatcher_Exception&#8217; with message &#8216;Invalid controller specified (error)&#8217; in C:\wamp\www\XXX\library\Zend\Controller\Dispatcher\Standard.php:241 Stack trace: #0 C:\wamp\www\XXX\library\Zend\Controller\Front.php(934): Zend_Controller_Dispatcher_Standard-&gt;dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 C:\wamp\www\XXX\html\index.php(48): Zend_Controller_Front-&gt;dispatch() #2 {main} thrown in C:\wamp\www\XXX\library\Zend\Controller\Dispatcher\Standard.php on line 241</p>
<p> And thank to you I gained some insight into the inner workings of the framework. But for me the issue was porting the include path in index.php from Windows to Unix and viceversa:</p>
<p>Windows version:<br />
define(&#8216;APPLICATION_PATH&#8217;, realpath(dirname(__FILE__) . &#8216;/../application/&#8217;));<br />
set_include_path(<br />
    APPLICATION_PATH . &#8216;/../library&#8217;<br />
    . PATH_SEPARATOR . get_include_path()</p>
<p>Unix version:<br />
define(&#8216;APPLICATION_PATH&#8217;, realpath(dirname(__FILE__) . &#8216;../application/&#8217;));<br />
set_include_path(<br />
    APPLICATION_PATH . &#8216;../library&#8217;<br />
    . PATH_SEPARATOR . get_include_path()</p>
<p>So just get rid off the first &#8220;/&#8221; and ta-da! no errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

