Question

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?

Was it helpful?

Solution

Answer was so simple!

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top