Hi,
How do I deal with this error : PHP Fatal error: Class 'Phalcon\DI\FactoryDefault\CLI' not found
If I'm executing this command : php5 -v
PHP 5.5.10-1+deb.sury.org~precise+1 (cli) (built: Mar 27 2014 16:18:01) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache v7.0.3, Copyright (c) 1999-2014, by Zend Technologies
It says that I have CLI right ?
so why I'm getting the previous error when I execute this command : php5 cli.php controller task
On the web phalcon works very fine. Only on the command line I'm getting error.
I wish someone could answer me on that one.
Thank you !