Hi all!
I have installed Phalcon DevTools via composer. Then, I created my project via DevTools and I completed the file config.php with mysql's informations. The website works fine.
But, if I try use DevTools with command model or scaffold, I got this error :
PHP Fatal error: Cannot redeclare class Phalcon\Config in /home/www/project/vendor/phalcon/devtools/ide/0.5.0/Phalcon/Config.php on line 29
For information, my versions are :
- PHP 5.4.30
- Phalcon 1.3.2
-
Phalcon DevTools 1.3.2
Thanks for your help.