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

I can't use the webtools

I installed the webtools but when I go "localhost/phalconblog_3/webtools.php" in the browser only get this:

Congratulations!

You're now flying with Phalcon. Great things are about to happen! What I'm doing wrong?

I'm not sure of your webserver setup, but it could be permissions related. Check webtools.php is CHMOD 644, if it isn't, set it to that.

did you include the webtools config file ?

in your setup or project theres a webtools config file

My SO is Windows 7, the server is Xampp, the project is in the folder htdocs of xampp, the project name is phalconblog_3, into the project (folder phalconblog_3) I do not see any place any folder or file that alludes to webtools. In fact do not understand how is that putting in the browser http: //localhost/phalconblog_3/webtools.php I get the message of congratulation rather than an error. Where I can find the configuration file webtools and would have to change?