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 won't load after installing MPM-ITK on server

I installed Phalcon on my dedicated server and everything was perfectly fine untill I installed MPM-ITK to host multiple sites with multiple users.

After installing MPM-ITK phalcon is only loaded in CLI ( visible if I list module with php -m command ), in phpinfo(); phalcon is not listed.

Does anybody know how to fix this issue?



6.9k

check out the php.ini path for the different instances, are these paths different? I get the idea maybe the phalcon extension isn't being loaded. Adding

[phalcon]
extension = phalcon.so

to the mix somewhere in the php.ini file for the apache instances should fix your issue.