質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
をURLに入力したら、
|
5
5
|
指定されたコントローラが見つかりません。
|
6
6
|
An error occurred
|
7
|
-
exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (hello.php)' in /usr/share/library/Zend/Controller/Dispatcher/Standard.php:248 Stack trace: #0 /usr/share/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 /home/
|
7
|
+
exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (hello.php)' in /usr/share/library/Zend/Controller/Dispatcher/Standard.php:248 Stack trace: #0 /usr/share/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 /home/localhost/zendproject/public/index.php(6): Zend_Controller_Front->dispatch() #2 {main}
|
8
8
|
とエラーが出ます。
|
9
9
|
|
10
10
|
多分phpなのにzendframeworkで表示しようとしているからエラーが出るのだと思いますが、どこが悪くてそうなるのかが分かりません。
|