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

Uncaught Error: Class 'Phalcon\DI\FactoryDefault'

I setup a website in windows server 2016, with plesk and php 7 and phalcon 3.4 but I get this error any suggestion

Uncaught Error: Class 'Phalcon\DI\FactoryDefault'



85.5k

seems like phalcon is not installed / configured properly ?

phpinfo(); -> and search for phalcon there to make sure its running



79.0k
Accepted
answer
edited Nov '18

No, that is a common erorr with Window$ OS and Apache / mod_php.

If you really really need to run app on Windows - you have to switch to PHP-CGI or to use NGINX and PHP-FPM (best scenario).