Hello, I installed phalcon and devtools. I'm using php 5.6.24 and a version 3.0.1 of phalcon.
I would like to have access to the devtools web interface. I used the commands:
Phalcon create-project invo
Cd invoice
Phalcon enable-webtools
But the following message appears:
Phalcon DevTools <3.0.1>
Php Warning: copy("C:\xampp\htdcos\phalcon-devtools\"\webtools.php>: failed to open stream invalid argument in C:\xampp\htdocs\phalcon-devtools\scripts\Phalcon\Web\tTools.php online 398.
Warning: copy("C:\xampp\htdcos\phalcon-devtools\"\webtools.php>: failed to open stream invalid argument in C:\xampp\htdocs\phalcon-devtools\scripts\Phalcon\Web\tTools.php online 398.
Sucess: WebTools successfully enabled!
And when I try to access localhost / invo / webtools.php, it does not exit from the screen:
Congratulations! You're now flying with Phalcon. Great things are about to happen!
This page is located at views/ index /index.volt
I'm forgetting something? Did I make a wrong installation / configuration? Thank you very much who can answer me.