简体   繁体   中英

Zend Framework Page not found

Help me, please. I go to message module and Zend Framework output: http://screencast.com/t/QuUPpTFC

What should I do?

This seems the default ErrorController error action output and it seems you have a problem somewhere into the dispatch process.

If you are stuck at this point the best thing you can do is try to understand the dispatch process by reading the manual pages:

http://framework.zend.com/manual/1.11/en/zend.controller.front.html

http://framework.zend.com/manual/1.11/en/zend.controller.basics.html

http://nethands.de/download/zenddispatch_en.pdf

http://framework.zend.com/manual/1.11/en/zend.application.theory-of-operation.html

Does that module, controller or action exist? That 404 error is generated when Zend Framework can't find one of these.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM