On 02 Aug 2007, at 00:40, Stereo wrote:
> [propel-sql] Processing: generated-schema.xml
> [propel-sql] Processing: generated-sfGuardPlugin-schema.xml
> [propel-sql] Processing: generated-sfSimpleForumPlugin-schema.xml
> Execution of target "sql-template" failed for the following reason: /
> usr/local/php5/lib/php/symfony/vendor/propel-generator/build-
> propel.xml:187:1: ERROR!! Attempt to set foreign key to nonexistent
> table, sf_guard_user!
> [phingcall] /usr/local/php5/lib/php/symfony/vendor/propel-generator/
> build-propel.xml:187:1: ERROR!! Attempt to set foreign key to
> nonexistent table, sf_guard_user!

Add the following to your schema.yml:

propel:
   _attributes: { package: "plugins.sfGuardPlugin.lib.model" }
   sf_guard_user:
     _attributes: { phpName: sfGuardUser }
     id:

propel:
   << your own schema goes here >>

Now you can link to sf_guard_user and 'propel-build-all' should work  
just fine.

Cheers,


Alexander

--~--~---------~--~----~------------~-------~--~----~
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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to