View Single Post
  #3 (permalink)  
Old 05-02-2008, 02:02 PM
wudz wudz is offline
Junior Member
 
Join Date: May 2008
Posts: 4
Default

try to change "throwExeptions" in your bootstrap:
$frontController->throwExceptions ( false );

I also don't have modular directory structure (like -> zuhair)

I removed also:
$frontController->setParam ( 'useDefaultControllerAlways', true );

in my case it's working when I call:
http://.../no_existing_controller/
and
http://.../no_existing_controller/no_existing_action/

but when I hit
http://.../existing_controller/no_existing_action

nothing is happening, and I dunno why...
Reply With Quote