我在Zend中完全是新手,我正在尝试在Zend Framework中运行this script。 我已经完成了github中包含的所有步骤,但遗憾的是我收到了错误
Exception information:
Message: Invalid controller specified (scripts)
Stack trace:
#0 /var/www/html/zend/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /var/www/html/zend/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 /var/www/html/zend/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 /var/www/html/zend/public/index.php(26): Zend_Application->run()
#4 {main}
Request Parameters:
array (
'controller' => 'scripts',
'action' => 'zf1_generator',
'module' => 'default',
)
提前致谢。