Development

#3201 (Incorrect procedure for loading fixture in sfGuardPluginFor11)

You must first sign up to be able to contribute.

Ticket #3201 (closed defect: fixed)

Opened 8 months ago

Last modified 6 months ago

Incorrect procedure for loading fixture in sfGuardPluginFor11

Reported by: n7lyg Assigned to: fabien
Priority: major Milestone:
Component: sfGuardPlugin Version: 1.0.12
Keywords: Cc:
Qualification: Unreviewed

Description

The documentation in sfGuardPluginFor11 describes loading a fixture file for adding an admin user to the guard data. This does not work. Symfony reports:

symfony propel-load-data

The execution of task "propel:data-load" failed.

  • Not enough arguments.

ymfony propel:data-load [--env="..."] [--append] [--connection="..."] [--dir=". ."] application

Clearly, something is wrong in the explanation. Also, the copy instructions are wrong as "fixtures.yml.sample" does not exist, only "fixtures.yml" exists.

I do not know where to look for directions on how to actually use the data-load procedure.

Change History

05/26/08 20:59:16 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

in r8204