码迷,mamicode.com
首页 > 其他好文 > 详细

在wamp5下配置zend framework有错误!

时间:2014-11-04 14:27:17      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   sp   div   on   问题   bs   amp   

我是看IT界视频学习Zend framework,配置时出现了下面的错误,希望那位大虾指点下?
index.php

错误提示:
Fatal error: Uncaught exception ‘Zend_Controller_Dispatcher_Exception‘ with message ‘Invalid controller specified (index.php)‘ in F:\local_www\zendframework\library\Zend\Controller\Dispatcher\Standard.php:242 Stack trace: #0 F:\local_www\zendframework\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 F:\local_www\zendframework\index.php(24): Zend_Controller_Front->dispatch() #2 {main} thrown in F:\local_www\zendframework\library\Zend\Controller\Dispatcher\Standard.php on line 242
bubuko.com,布布扣 返回IT界网站首页>>

 

--------解决方案--------
用Zend framework自带错误的调试方式,要不然它老抛出你说的一大堆错误,一开始我也被搞了几天,如期是调试sql时。
--------解决方案--------
在index.php中:
$frontController =Zend_Controller_Front::getInstance();后面添加下面一句就对了
$frontController->setParam(‘useDefaultControllerAlways‘, true);
我暂时不知道是什么意思,希望对遇到同样问题的有帮助。

在wamp5下配置zend framework有错误!

标签:http   io   ar   sp   div   on   问题   bs   amp   

原文地址:http://www.cnblogs.com/happysean/p/4073346.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!