CodeIgniter Forums
Please Help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Please Help (/showthread.php?tid=42288)



Please Help - El Forum - 06-02-2011

[eluser]Ben[/eluser]
Am tring to build the blog on the tutorial but have stambled upon an obstacle can someone have a solution to fix this


My comments_view file code is



<?php echo form_open('blog/comment_insert'); ?>
<?php echo form_hidden('entry_id', $this->uri->segement(3)); ?>

<p>&lt;textarea name="body" rows="10"&gt; &lt;/textarea&gt;&lt;/p>
<p>&lt;input type="text" name="author"/&gt;&lt;/p>
<p>&lt;input type="submit" value="Submit comment" /&gt;&lt;/p>


&lt;/form&gt;


And the error is

Fatal error: Call to undefined method CI_URI:Confusedegement() in C:\xampp\htdocs\blog\application\views\comments_view.php on line 20


Please Help - El Forum - 06-02-2011

[eluser]bgreene[/eluser]
segment !!!!!


Please Help - El Forum - 06-02-2011

[eluser]Ben[/eluser]
Thanks am an idiot!!