简体   繁体   中英

Phalcon Devtools 1.2.3: “WebtoolsController handler class cannot be loaded”

I input this:

$ phalcon create-project store --enable-webtools

I get a:

Phalcon DevTools (1.2.3)


  Success: Controller "index" was successfully created.


  Success: Project "store" was successfully created.

and then when i access: http://localhost/store/webtools

i get a:

"WebtoolsController handler class cannot be loaded"

What's the problem?

Answer was so simple!

instead of accessing http://localhost/store/webtools

you should run http://localhost/store/webtools.php

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