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 devtools and installation

I'm trying to install phalcon devtools on my mac i can see phalcon on my phpinfo() so i beleve the Extention and the installation is right other wise it will not be on phpinfo() but when i try to open phalcone from the terminal i got a messege that phalcon does not exist. now is that the installation problem or what is actually the problem. any help will be appreciated

phalcon-devtools run as CLI PHP, not Apache PHP. You should make sure, that You enabled Phalcon extension in CLI mode.



1.6k

how can i do that plz



1.6k

thanks for your help i try to type the command but it gives me that command not found

MacBook-Pro-van-Mohamed:~ Nosha$ wget -q --no-check-certificate -O phalcon-tools.zip https://github.com/phalcon/phalcon-devtools/zipball/master -bash: wget: command not found MacBook-Pro-van-Mohamed:~ Nosha$

for mac you can use curl instead, don't think wget comes with mac anymore(?)

curl -o phalcon-tools.zip -L https://github.com/phalcon/phalcon-devtools/zipball/master --insecure

I have tried to follow the below steps on my window machine still not working

ERROR: Phalcon extension isn't installed, follow these instructions to install it:

https://docs.phalcon.io/en/latest/reference/install.html

That is very simple and is well documented see: https://docs.phalcon.io/en/latest/reference/mactools.html



43.9k

Hi Bernard,

this post is outdated ! It's better to start a new one.

... where you can tell if you have got that error in a cli or a web app context. And even more helpfull informations ;-)