help with installing phalcon
-
Hi! can't make phalcon work
please halp
-
What's wrong?
Phalcon has not supported PHP 7 yet, so please check if you are using PHP 5.6, then:- Download Phalcon 5.6 extension & extract it.
https://static.phalconphp.com/www/files/phalcon_x86_vc11_php5.6.0_2.0.9.zip - Click Menu/PHP/dir:ext to open PHP extension dir & copy php-phalcon.dll file to it
- Click Menu/PHP/Extensions/php-phalcon.dll to activate it.
That's all & you should have Phalcon info in phpinfo()
- Download Phalcon 5.6 extension & extract it.
-
thx bro. I feel so stupid. Ive downloaded another archives (with nts in the ending).
thx your tool is awesome!
-
Check whether you have root access to server. I faced this issue before with my PHP web hosting. They don't offer root access. You have to run sudo command to install Phalcon.