I have the bootstrap index.php and .htaccess files from the ZF manual and two controllers... IndexController and LoginController.
Each controller action has a simple echo statement that outputs the controller name and action name.
The Indexcontroller works fine, but LoginController gives the correct output along with the following error...
Code: Select all
Fatal error: Call to a member function isDispatched() on a non-object in /home/editpc/hubdata/library/Zend/Controller/Action.php on line 486Any help would be appreciated.