Welcome Guest, Not a member yet? Register   Sign In
Video Tutorial
#1

[eluser]William Rouse[/eluser]
I am working on the video tutorial on creating a blog and I can not get the comment section to work. The following is the link for the comments connection within the blog_view file.
Code:
<p>&lt;?=anchor('blog/comments/'.$row->id, 'Comments');?&gt;</p>
I can see the connection in the in the address bar looks correct.
Code:
http://localhost/CodeIgniter/CItutorialBlog/index.php/blog/comments/1

Code:
Not Found
The requested URL /CodeIgniter/CItutorialBlog/index.php/blog/comments/1 was not found on this server.
But I don’t see the test message in the controller file.
Code:
function comments(){
        echo 'show me';

Any help as to where to start looking would be appreciated.


Messages In This Thread
Video Tutorial - by El Forum - 11-22-2009, 02:28 AM
Video Tutorial - by El Forum - 11-22-2009, 03:19 AM
Video Tutorial - by El Forum - 11-22-2009, 05:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB