Development

#8462 (Day 13, jobeet Typo in layout.php file)

You must first sign up to be able to contribute.

Ticket #8462 (closed documentation: fixed)

Opened 3 years ago

Last modified 3 years ago

Day 13, jobeet Typo in layout.php file

Reported by: zilolv Assigned to: fabien
Priority: minor Milestone:
Component: jobeet Version: 1.4.3
Keywords: day 13 jobeet Cc:
Qualification: Unreviewed

Description

<li><?php echo link_to('Jobs', '@jobeet_job_job') ?></li>
<li><?php echo link_to('Categories', '@jobeet_category_category') ?></li>

should be

<li><?php echo link_to('Jobs', '@jobeet_job') ?></li>
<li><?php echo link_to('Categories', '@jobeet_category') ?></li>

otherwise

500 | Internal Server Error | sfConfigurationException The route "jobeet_job_job" does not exist.

error is thrown

last post on forum: http://forum.symfony-project.org/index.php/m/92285/?srch=The+route+%22jobeet_job_job%22+does+not+exist.#msg_92285

Change History

03/31/10 23:57:53 changed by ringhio

  • status changed from new to closed.
  • resolution set to fixed.

(In [28938]) [doc][1.4] Fixed typo (closes #8462)

04/01/10 10:08:23 changed by zilolv

  • status changed from closed to reopened.
  • resolution deleted.

only half of the text was corrected, typo with category is still there

<li><?php echo link_to('Categories', '@jobeet_category_category') ?></li>

should be

<li><?php echo link_to('Categories', '@jobeet_category') ?></li>

04/01/10 14:50:13 changed by ringhio

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [28956]) [doc][1.4] Fixed typo (closes #8462)