Hi, I was just exploring the sfSimpleForumPlugin and was wondering if anyone else has tried installing it yet.
It requires sfGuardPlugin, and even after installing it the propel- build-all command fails. I believe this is because the schema for the sfSimpleForumPlugin contains a reference to the sf_guard_user table. As this table is not defined in sfSimpelForumPlugin schema, but rather a different schema file, the build fails. As a workaround I suppose I could copy the schema out of sfGuard and put it in the forum schema, but I usually like to keep the plugin files pristine for upgrades. [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! Any one else used the forum plugin yet? Thanks-- Scott --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
