Thanks Fabien, while you've got it top of mind could you also make these corrections:
1. The command cp plugins/sfGuardPlugin/data/fixtures/fixtures.yml.sample data/ fixtures/sfGuard.yml is still incorrect. The file "fixtures.yml.sample" is actually called "fixtures.yml" 2. The dataload needs to be after the modules are enabled. It fails unless the modules are enabled which in the instructions is the next step, so its out of sequence. 3. Finally the dataload assumes both a backend and fronted application, ie, it assumes all modules are enabled, whereas the instructions indicate the modules are optional. The dataload fails with a nasty error message if any one of the modules isn't enabled. On Apr 2, 8:00 pm, Fabien POTENCIER <[EMAIL PROTECTED] project.com> wrote: > markchicobaby wrote: > > Hi myself and a few others (see forum thread: > >http://www.symfony-project.org/forum/index.php/m/32413/?srch=sfguard+... > > ) > > > are experiencing problems with sfGuard installation instructions. > > > Is this a bug or is it the installation instructions? (I can confirm > > that at least this line on those instructions is incorrect as the > > source file is incorrectly named. Also the fixtures target directory > > doesn't exist unless a user specifically creates it: > > cp plugins/sfGuardPlugin/data/fixtures/fixtures.yml.sample data/ > > fixtures/sfGuard.yml > > ) > > I've updated the README file. > > > > > I've also had problems getting the propel-insert-sql task to run (it > > reports that it ran with no errors, but no tables are created) > > Check that your propel.ini file references correctly your database settings. > > Fabien > > > > > Should I log these as bugs, or is it just the docs. > > > M --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
