For now, all doctrine files are under a directory called 'doctrine'. I guess it is for not overwrite Propel stuff.
On Fri, Oct 10, 2008 at 10:38 AM, andrea cecchetto <[EMAIL PROTECTED]> wrote: > > > 2008/10/10 Thomas Rabaix <[EMAIL PROTECTED]> >> >> Hello, >> >> Please clean up you project and make sure you have the last library >> >> - sudo rm -rf cache/* >> - svn update sf1.1.3 and sfDoctrine >> - check your schema.yml and doctrine.yml > > > One question, it's right tu put schema.yml under config/doctrine ??? > > Thanks > Andrea > >> >> On Fri, Oct 10, 2008 at 10:27 AM, andrea cecchetto >> <[EMAIL PROTECTED]> wrote: >> > Hi guys, I Still have a problem with symfony + doctrine... I would like >> > to >> > resolve my problem or I have to take another framework..... Where I can >> > found a simply tutorial I can follow step by step...!! >> > Thanks >> > Andrea >> > >> > >> > 2008/10/2 andrea cecchetto <[EMAIL PROTECTED]> >> >> >> >> hi jon, >> >> is it right to put in this files >> >> -> plugins/sfDoctrinePlugin/lib/task/sfDoctrineBuildModelTask.class.php >> >> ? >> >> ... and this is the output >> >> Array >> >> ( >> >> [0] => >> >> [1] => >> >> ) >> >> >> >> thanks andrea >> >> >> >> 2008/10/2 Jonathan Wage <[EMAIL PROTECTED]> >> >>> >> >>> 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 >> >>> >> >>> >> >> >> > >> > >> > > >> > >> >> >> >> -- >> Thomas Rabaix >> Internet Consultant >> >> > > > > > -- Thomas Rabaix Internet Consultant --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
