Try with this one: http://svn.jobeet.org/doctrine/trunk/data/fixtures/jobs.yml

On Mon, Mar 1, 2010 at 14:44, Trung Huynh <[email protected]> wrote:
> I'm aware that indentation should be spaces etc. Its the data fixture
> with php combined: jobs.yml
>
> I exactly copy paste the example and i still get this error.
>
>>> doctrine  Loading data fixtures from 
>>> "/Use...g/Websites/jobeet/data/fixtures"
> Unable to parse string: Unable to parse line 1 (  job_100:).
>
>
> http://www.symfony-project.org/jobeet/1_4/Doctrine/en/06:
> # Starts at the beginning of the line (no whitespace before)
> <?php for ($i = 100; $i <= 130; $i++): ?>
>  job_<?php echo $i ?>:
>    JobeetCategory: programming
>    company:      Company <?php echo $i."\n" ?>
>    position:     Web Developer
>    location:     Paris, France
>    description:  Lorem ipsum dolor sit amet, consectetur adipisicing
> elit.
>    how_to_apply: |
>      Send your resume to lorem.ipsum [at] company_<?php echo $i ?
>>.sit
>    is_public:    true
>    is_activated: true
>    token:        job_<?php echo $i."\n" ?>
>    email:        [email protected]
>
> <?php endfor ?>
>
> Please help because I really like to play with symfony (all day).
>
> --
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.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
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.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

Reply via email to