We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Try use Webtools but error with path ...

Hi! Installed webtools.php, Run ok, but Sorry, WebTools doesn't know where is the controllers directory. Please add to application section controllersDir param with valid path.

I tried write ../ , ./ in index.php and config file ,,, nothing results ,,, Sorry, WebTools doesn't know where is the controllers directory. Please add to application section controllersDir param with valid path.

or all not work,

I use INVO, phalcon 2.0.8 my english is bad,,, ((

You should use absolute paths if you require webtools. Especially with nginx it's a bit prolematic to set it up correctly.

I hacked it in order to work, take a look: https://github.com/phalcon/phalcon-devtools/issues/543