Thanks, but that didn't help :-/ I still get the same error :
PHP Fatal error: Class 'sfDoctrineBaseTask' not found in /Users/sites/ register/plugins/sfDoctrineGuardPlugin/lib/task/ sfGuardCreateAdminTask.class.php on line 19 This isn't due to something crazy like the autoloading order is it? that sfDoctrineGuardPlugin classes get autoloaded before sfDoctrinePlugin classes? On 14 Dec 2008, at 23:34, Bernhard Schussek wrote: > > Hi Lee, > > Probably the location of this file is not cached yet, thus you should > clear the cache. Probably > > $ symfony cc > > will not work though, so you should try clearing the cache manually > using > > $ rm -rf cache/* > > > Bernhard > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
