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

Error creating a controller with phalcon devtools

I updated to phalcon and devtools to v4 and started using devtools. I am new btw.

The problem is when use the command "phalcon controller test" it outputs a error which I can't find a solution for.

It says " Error: Builder can't locate the configuration file"

https://pasteboard.co/INlAXf7.png



8.4k

check the phalcon version used in php CLI

php -r "var_dump(Phalcon\Version::get());"

I also found the same error.

This is my phalcon version

string(5) "4.0.3"

edited Feb '20

@Erlan are you using windows?

edited Feb '20

@anton Yes,I use Windows 10



8.4k
edited Feb '20

its a bug in windows environment

I reported the issue #1426

and answered the same issue here https://forum.phalcon.io/discussion/20293/phalcon-4-dev-tools-cannot-generate-controller

@talal424 Thank you for the help