Can you do a little debugging in sfDoctrineBuildModelTask.class.php and tell me what the value of the models path is?
print_r(array($tmpPath, $config['yaml_schema_path'])); - Jon On Thu, Oct 2, 2008 at 10:09 AM, andrea cecchetto < [EMAIL PROTECTED]> wrote: > hi gusy i still have the same problem with symfony and doctrine!!! :) > > 2008/9/30 andrea cecchetto <[EMAIL PROTECTED]> > > my schema.yml file is under the this path gallery2/config/doctrine/ >> >> ^----symfony project >> >> >> >> 2008/9/30 Jonathan Wage <[EMAIL PROTECTED]> >> >>> I am not sure. I have never seen that or seen any reports of it before. >>> It looks like the Doctrine yaml schema parser is not given the right path to >>> the yaml schema files for some reason and it is trying to parse unlrelated >>> yaml files as schema files. >>> >>> - Jon >>> >>> >>> On Tue, Sep 30, 2008 at 1:05 PM, andrea cecchetto < >>> [EMAIL PROTECTED]> wrote: >>> >>>> I'm using arch linux, with php 5.2.6. It's possible that error depend >>>> by some php extension? >>>> >>>> >>>> 2008/9/30 Jonathan Wage <[EMAIL PROTECTED]> >>>> >>>>> What operating system are you on? >>>>> >>>>> >>>>> On Tue, Sep 30, 2008 at 12:02 PM, andrea cecchetto < >>>>> [EMAIL PROTECTED]> wrote: >>>>> >>>>>> Hi jon, >>>>>> no there is not, in config/doctrine/ there is only schema.yml... >>>>>> but after symfony cc I get always in a red box this message >>>>>> -> Invalid schema element named "class" at path "generator" >>>>>> >>>>>> Thanks >>>>>> Andrea >>>>>> >>>>>> 2008/9/30 Jonathan Wage <[EMAIL PROTECTED]> >>>>>> >>>>>>> It looks like the doctrine.yml configuration file is trying to be >>>>>>> parsed by the Doctrine yaml schema parser. Did you accidentally put it >>>>>>> in >>>>>>> config/doctrine/doctrine.yml? >>>>>>> >>>>>>> - Jon >>>>>>> >>>>>>> On Tue, Sep 30, 2008 at 6:34 AM, Andrea C. < >>>>>>> [EMAIL PROTECTED]> wrote: >>>>>>> >>>>>>>> >>>>>>>> Hi, >>>>>>>> today i tried to learn symfony with doctrine. I follwed. step by >>>>>>>> step, >>>>>>>> this guide >>>>>>>> http://www.symfony-project.org/cookbook/1_1/en/doctrine. >>>>>>>> >>>>>>>> But when I run -> symfony doctrine-build-all-reload frontend >>>>>>>> I get a red box with this message >>>>>>>> >>>>>>>> Invalid schema element named "record_listeners" at path "all" >>>>>>>> >>>>>>>> What does it mean???? >>>>>>>> Thanks >>>>>>>> >>>>>>>> Andrea >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Jonathan H. Wage >>>>>>> Open Source Software Developer & Evangelist >>>>>>> http://www.jwage.com >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Jonathan H. Wage >>>>> Open Source Software Developer & Evangelist >>>>> http://www.jwage.com >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> -- >>> Jonathan H. Wage >>> Open Source Software Developer & Evangelist >>> http://www.jwage.com >>> >>> >>> >> > > > > -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
