My bad. I found the problem. I had just moved the site from a server running Symfony 1.1 to a server running 1.2. I did not realize how complicated the upgrade could be. Thankfully I found this article:
http://blog.vacs.fr/index.php?post/2009/02/01/Symfony-project-upgrade-to-1.2 I ran this command: php symfony project:upgrade1.2 and then I could run this without errors: php symfony propel:build-model On Apr 20, 10:31 pm, Lawrence Krubner <[email protected]> wrote: > If I run this command: > > php symfony propel:build-model > > I get this error: > > Some problems occurred when executing the > task: > build-propel.xml:465:22: Execution of the target buildfile failed. > Aborting. > If the exception message is not clear enough, read the output of > the task for more information > > What would cause this? > > I've already changed all the permissions to 0777: > > drwxrwxrwx 2 lawrence lawrence 4096 2009-04-20 22:26 . > drwxr-xr-x 12 lawrence lawrence 4096 2009-04-20 22:22 .. > -rwxrwxrwx 1 lawrence lawrence 122 2009-04-20 22:15 databases.yml > -rwxrwxrwx 1 lawrence lawrence 216 2009-04-20 22:14 > ProjectConfiguration.class.php > -rwxrwxrwx 1 lawrence lawrence 2461 2009-04-20 22:15 propel.ini > -rwxrwxrwx 1 lawrence lawrence 28 2009-04-20 22:15 properties.ini > -rwxrwxrwx 1 lawrence lawrence 56 2009-04-20 22:15 > rsync_exclude.txt > -rwxrwxrwx 1 lawrence lawrence 3445 2009-04-20 22:15 schema.yml > > The full output is below: > > >> schema converting "/home/lawrence/publ...ciety/config/schema.yml" to XML > >> schema putting /home/lawrence/public_h...ety/config/generated-schema.xml > >> propel Running "om" phing task > > [propel-om] Could not perform XLST transformation. Make sure PHP has > been compiled/configured to support XSLT. > [phingcall] Error importing plugins/sfPropelPlugin/lib/propel/builder/ > SfPeerBuilder.php > Execution of target "om" failed for the following reason: /usr/share/ > php/symfony/plugins/sfPropelPlugin/lib/vendor/propel-generator/build- > propel.xml:465:22: Execution of the target buildfile failed. Aborting. > [phing] /usr/share/php/symfony/plugins/sfPropelPlugin/lib/vendor/ > propel-generator/build-propel.xml:465:22: Execution of the target > buildfile failed. Aborting. > > Some problems occurred when executing the > task: > build-propel.xml:465:22: Execution of the target buildfile failed. > Aborting. > If the exception message is not clear enough, read the output of > the task for more information > > >> file- /home/lawrence/public_html/esociety/config/generated-schema.xml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
