Hi,
I followed install tutorial for Developer Tools and get the following error while executing "phalcon commands" :
ERROR: The environment variable PTOOLSPATH is outdated! Current value: "C:\phalcon-tools". New value: C:\phalcon-tools
Phalcon-tools location : C:\phalcon-tools
phalcon.bat :
@echo off
set PTOOLSPATH="C:\phalcon-tools"php %PTOOLSPATH%\phalcon.php %*
Any idea please ? Thanks !