-- Jacky Chen <[EMAIL PROTECTED]> wrote (on Friday, 08 December 2006, 10:22 AM +0800): > I had updated the svn,when i running my app,i get this exception message: > > Array ( [0] => Zend_Exception Object ( [message:protected] => File "\ > IndexController.php" was not found.
Had you defined an IndexController? and was it accesible in your controller directory (I'm not seeing the controller directory in the remainder of this message...) If the IndexController was defined and the file accessible, send your bootstrap file and directory layout -- I can't figure out what the error is from this, other than the dispatcher being unable to find the IndexController. > [string:private] => [code:protected] => 0 > [file:protected] => H:\fzwc\zend\Zend.php [line:protected] => 200 > [trace:private] => Array ( [0] => Array ( [file] => H:\fzwc\zend\Zend.php > [line] => 97 [function] => loadFile [class] => Zend [type] => :: [args] => > Array ( [0] => IndexController.php [1] => \ [2] => 1 ) ) [1] => Array ( [file] > => H:\fzwc\web\index.php [line] => 15 [function] => loadClass [class] => Zend > [type] => :: [args] => Array ( [0] => _IndexController ) ) [2] => Array ( > [function] => __autoload [args] => Array ( [0] => _IndexController ) ) [3] => > Array ( [file] => H:\fzwc\zend\Zend\Controller\Dispatcher.php [line] => 542 > [function] => class_exists [args] => Array ( [0] => _IndexController ) ) [4] > => > Array ( [file] => H:\fzwc\zend\Zend\Controller\Dispatcher.php [line] => 389 > [function] => loadClass [class] => Zend_Controller_Dispatcher [type] => -> > [args] => Array ( [0] => _IndexController [1] => H:/fzwc/web/controllers ) ) > [5] => Array ( [file] => H:\fzwc\zend\Zend\Controller\Front.php [line] => 666 > [function] => dispatch [class] => Zend_Controller_Dispatcher [type] => -> > [args] => Array ( [0] => Zend_Controller_Request_Http Object ( > [_requestUri:protected] => / [_baseUrl:protected] => [_basePath:protected] => > [_pathInfo:protected] => / [_params:protected] => Array ( [controller] => > index > ) [_aliases:protected] => Array ( ) [_dispatched:protected] => 1 > [_controllerKey:protected] => controller [_actionKey:protected] => action ) > [1] > => Zend_Controller_Response_Http Object ( [_body:protected] => > [_exceptions:protected] => Array *RECURSION* [_headers:protected] => Array ( ) > [_renderExceptions:protected] => ) ) ) [6] => Array ( [file] => H:\fzwc\web\ > index.php [line] => 57 [function] => dispatch [class] => Zend_Controller_Front > [type] => -> [args] => Array ( ) ) ) ) ) > > regards -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
