I don't think so. By default, there is no autoload.yml in an application an there is no need to copy the default values.
Fabien Fabian Lange wrote: > I haven't checked the upgrade. But isn't this a bug? > Shouldn't the upgrade process take care of this? > > .: Fabian > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Freitag, 18. April 2008 15:44 > To: symfony users > Subject: [symfony-users] Re: Autoloader problem with 1.1 > > > Ok, found it myself. In the <PRJ>/config/autoload.yml i had to change > > project_model: > name: project model > path: %SF_MODEL_LIB_DIR% > > into > > project_model: > name: project model > path: %SF_LIB_DIR%/model > > to get it working. > > Carsten > > On 18 Apr., 09:36, "Carsten Schumann" > <[EMAIL PROTECTED]> wrote: >> Hi Everyone, >> >> currently I am trying to upgrade an existing project from Symfony 1.0.x to >> 1.1 beta. After applying the patches mentioned > inhttp://trac.symfony-project.com/browser/branches/1.1/UPGRADEand running > the >> upgrade script, I am running into difficulties with the autoloader: >> >> Fatal error: Class 'PreferencePeer' not found in >> [..]apps/frontend/modules/misc/actions/actions.class.php on line 15 >> >> The PreferencePeer class is part of our data model and residing in >> <PRJ>/lib/model/PreferencePeer.php . Does anyone how the autoloader has to >> be configured that these files are found by the autoloader or > alternatively >> what is going wrong? >> >> Carsten > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
