Hello,
after creating admin interface during day 13 of the jobeet tutorial,
I found that the


<div class="more_jobs"> AND <?php  echo link_to($morejobs, 'category',
$category ) ?> MORE </div>

Does not work any more. It throws an error.


I also had to change the frmer line

        <h1><a href="<?php  echo url_for('category',
Jobeet::slugify($category->getName()) );  ?>" title="<?php echo
$category ?>"><?php echo $category ?></a></h1>

Was:
url_for('category', $category )

must be now:

url_for('category', Jobeet::slugify($category->getName()) )

in order to work.


Anyone faced the same errors?

-- 
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