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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top