Welcome Guest, Not a member yet? Register   Sign In
Blank white page
#11

[eluser]darrenfauth[/eluser]
InsiteFX-

Yeah, for some reason the forum ate my proper markup.

So, it indeed turned out to be the use of a reserved word (view)...and not having error_reporting turned up high enough to see the error.

The great thing about CI here is that I was still able to keep my url structure as desired: domain/articles/view/id-#/article-title

I changed my controller action from view to views and then added this line to my routes file

Quote:$route['articles/view/:any'] = "articles/views";

Thanks for taking the time to sift through my code though. I appreciate it.

Darren




Theme © iAndrew 2016 - Forum software by © MyBB