Hi,
i'm using a Windows 10 notebook, running Wamp 3 64bits with php 7.
I've followed the tutorial, installed the DLL's in the correct directory, inserted the PATH and edited the php.ini file. When i go to "localhost/" on my browser it shows me on the "Loaded Extensions" area that PHALCON was succesfully loaded. Phpinfo() also shows me the same.
On the Terminal, "php -v" works great. But "phalcon" returns:
ERROR: Phalcon extension isn't installed, follow these instructions to install it: https://docs.phalcon.io/en/latest/reference/install.html
With "Phalcon Dev tools" i did the same: followed the tutorial, configured all the settings. On the terminal, executing the command "phalcon commands" gives me the same error message.
All that even when phpinfo() or localhost states the opposite. I've also tried with different php/dll versions.
What can be wrong??
Thanks in advance!