Kevin McArthur wrote:
Uncaught exception 'Zend_Controller_Exception' with message 'CatalogController::60221Action() does not exist and was not trapped in __call()'
It haven't mached your route and probably hit the default one instead. Your route definition looks ok, so there must be some other kind of misbehavior.
Try $ctrl->dispatch() instead of run. I had some issues with this before. But it's a wild guess only, so don't expect miracles.
-- Martel Valgoerad aka Michal Minicki | [EMAIL PROTECTED] | http://aie.pl/martel.asc =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Idleness is not doing nothing. Idleness is being free to do anything." -- Floyd Dell
