简体   繁体   中英

Zend Framework is throwing an error when trying to enable modules

I am new to zend Framework. I am trying to enable the module functionality, but when i try to do it using the command line i get the following error message:

An Error Has Occurred
Dispatcher error - actionable method not found

The command i am using is the following: /zf.sh enable module

If anybody can help i would be very thankful.

thank you. Miguel

did you add the following lines in application.ini

(resources.frontController.moduleDirectory = APPLICATION_PATH "/modules" resources.modules = "" )

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