views:

374

answers:

1

My problem is very simple, yet I feel lost while looking at it ... I am currently working on a Symfony project located on an SVN repository.

It has worked well all day but suddenly it crashed...

Now I cant launch any page of my site. They all return me the same error message

Fatal error: sfAutoload::require() [function.require]: Failed opening required '/Applications/MAMP/htdocs/prjAnnuaire/trunk/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/lib/database/sfDoctrineDatabase.class.php' (include_path='.:/usr/share/php:/usr/share/pear:/home/ar3s/ProjetAnnuaire/prjAnnuaire/trunk/plugins/sfPhpExcelPlugin/config/../lib/PHPExcel') in /home/ar3s/ProjetAnnuaire/prjAnnuaire/trunk/lib/vendor/symfony/lib/autoload/sfAutoload.class.php on line 165

If anyone has any idea, I am all ears ...

+4  A: 

"symfony cc" fixed this for me.

Peter Johnson
thanks for this! was having the same problem.
paolo granada lim
I had the same problem after replacing my project to an other location. thx
Kennethvr