Welcome Guest, Not a member yet? Register   Sign In
User's Guide Tutorial - News Section - Error
#1

[eluser]Unknown[/eluser]
May have found a small error in the news section user's guide on the following page:
http://ellislab.com/codeigniter/user-gui...ction.html

For index.php, it creates a link using the code:
href="news/<?php echo $news_item['slug']

This provides a link of ".../news/news/slug..." causing a breakdown of the link to give a 404 page error since the slug being passed to the database is "news". Instead, removal of the "news/" resolved it for my situation. Can anyone confirm?
href="<?php echo $news_item['slug']



Messages In This Thread
User's Guide Tutorial - News Section - Error - by El Forum - 07-14-2014, 09:28 AM
User's Guide Tutorial - News Section - Error - by El Forum - 09-12-2014, 07:21 PM
User's Guide Tutorial - News Section - Error - by El Forum - 09-13-2014, 01:45 AM
User's Guide Tutorial - News Section - Error - by El Forum - 09-13-2014, 09:17 PM
User's Guide Tutorial - News Section - Error - by El Forum - 09-15-2014, 06:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB