EllisLab text mark
Advanced Search
     
Routes.php problem - parameters not sent
Posted: 08 September 2007 12:40 PM   [ Ignore ]
Joined: 2007-09-08
1 posts

First post, and sorry if this has been covered - I tried a search which suggested there was a problem with Routes, that was fixed in 1.5.1 - however I’m using 1.5.3.

I cannot get routes.php to work, even very simply.

When I try a browser against the following route:

$route['student_view/project/9/assessments'"student_view/assessments/show/9"

Php responds with the error:

MessageMissing argument 1 for Assessments::show() 

However if I put in the path directly, the page picks up the parameter (9) just fine.

Any ideas?