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

Problems with module definition

I started creating a little test project using phalcon, but when create application in my bootstrap file I got an error like this: Module definition path '../apps/main/Module.php' doesn't exist. I did everything according to the manual about multi module application. Where is the my mistake?