i'm new with Symfony, at the step of loading data from fixtures : day 3 , when executing the command php symfony doctrine:data-load i'm getting the following error :
>> doctrine Loading data fixtures from "/home/sfprojects/jobeet/data/fixtures"
Couldn't find class design
PHP Fatal error: Call to a member function evictAll() on a non-object in /home/sfprojects/jobeet/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php on line 1239
Fatal error: Call to a member function evictAll() on a non-object in /home/sfprojects/jobeet/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Connection.php on line 1239
plz i lost 3 days looking for the solution, can anyone help me
