Hi, I'm learning symfony from jobeet tutorial. In chapter 3, it shows
creating data model. When i try to

<pre>
php symfony propel:build-schema
</pre>

or

<pre>
php symfony propel:build-sql
</pre>

commands it gives me error below.

<pre>
>> schema    converting "/home/grkn/public_h...obeet/config/schema.yml" to XML
>> schema    putting /home/grkn/public_html/...eet/config/generated-schema.xml
>> propel    Running "sql" phing task
BUILD FAILED
Error reading project file [wrapped: /home/grkn/public_html/jobeet/lib/
vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel-generator/
build.xml:54:22: Error initializing nested element <isset> [wrapped:
OrCondition (unknown) doesn't support the 'isset' creator/adder.]]
Total time: 0.0997 seconds



  Error reading project file [wrapped: /home/grkn/public_html/jobeet/
lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/vendor/propel-
generator/build.xml:54:22: Error initializing nested element <isset>
[wrapped: OrCondition (unknown) doesn't support the 'isset' creator/
adder.]]


Buildfile: /home/grkn/public_html/jobeet/lib/vendor/symfony/lib/
plugins/sfPropelPlugin/lib/vendor/propel-generator/build.xml
[resolvepath] Resolved /home/grkn/public_html/jobeet/config to /home/
grkn/public_html/jobeet/config
</pre>


Is there any solution for this problem?

--~--~---------~--~----~------------~-------~--~----~
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 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to