문제

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