skip to Main Content

Hello im trying to install phalcon and devtools but something is going wrong. I did everything I saw in tutorials installed phalcon, changed the php.ini, intalled devtools but it still doesn’t no work.

php version

phalcon devtools

but when i try to create a project…

this happens

2

Answers


  1. Chosen as BEST ANSWER

    The problem was the versions of devtools, phalcon and php. I was using php 7.4.26, phalcon 5.1 and devtools 4.2 and it was incompatible so i installed phalcon 4.0.6 and everything worked.


  2. You have installed Phalcon Dev tools, but check the Phalcon installation in php itself. Try: php -i | grep 'phalcon'

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search