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

Phalcon DevTools - webtools.php

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.

Which the method you used to install? Git, Compose, other?

Phalcon: I downloaded the DLL.

DevTools: Git.



43.9k
edited Feb '17

Hi,

did you set up your app correctly in app/config/config.php ?

in application array, baseUri should be "/invo/"

Also be sure that you have the right to write in in htdoc

did you add dev tools to system path ?