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

Ubuntu 14.04 installation

I followed this article in installing phalcon in ubuntu https://docs.phalcon.io/en/latest/reference/install.html but phalcon not being loaded when I checked phpinfo(). I even put this code extension=phalcon.so somewhere else in my php.ini and restart my apache but sitll not loading.

Any help is much appriciated :)



473

Could you ruuning command below ?

php --re phalcon

Hi @Thien it says phalcon extension does not exist, I dont get it why is it that its not existing.



473
Accepted
answer
edited May '15

Any error display ?. I have setup Phalcon on ubuntu 14.04 and It work ok, please don't add extension in php.ini, you tried add

Ubuntu/Debian: Add a file called 30-phalcon.ini in /etc/php5/conf.d/ with this content:

if you use the ppa, it should work by default

if you compile from source you must add in your 'php.ini' and '/etc/php5/conf.d/30-phalcon.ini'

extension=/path/to/phalcon.so


12.2k
edited May '15

just run on ubuntu

sudo php5enmod phalcon

and it should be enough

thanks a lot guys 4 ur help :)

in download page thiers a procedure how to install phalcon in ubuntu

its working now thanks a lot 4 ur big big help guys :)