[symfony-users] Re: doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread Mikael
THANKS !!! Mikael -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To

[symfony-users] Re: doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread john
This is a common problem when developing on Windows and deploying to unix. Windows is case-insensitive when it comes to filepaths while unix is not. Search your schema files for "TimeStampable" and replace it with "Timestampable". On Apr 1, 2:39 pm, Mikael wrote: > And with xdebug enabled, I ge

[symfony-users] Re: doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread Mikael
And with xdebug enabled, I get this /var/www/pi2010$ ./symfony import:pays Fatal error: Class 'Doctrine_Template_TimeStampable' not found in /var/ www/svnexp/pi2010/trunk-r269/lib/model/doctrine/base/ BasePays.class.php on line 66 Call Stack: 0.0002 53584 1. {main}() /var/www/svnexp/

[symfony-users] Re: doctrine autoloading pb while deploying on debian lenny

2010-04-01 Thread Mikael
I forgot to mention that the model building operation went fine : /var/www/pi2010$ ./symfony doctrine:build --all --and-load --no- confirmation >> doctrine Dropping "doctrine" database >> doctrine Creating "dev" environment "doctrine" database >> doctrine generating model classes >> file+