[eluser]Bramme[/eluser]
Code:
<form action="<?=$this->uri->uri_string()?>" method="post">
<div class="left">
<p>
<label for="title">title<br />
<input type="text" name="title" id="title" value="<?=$this->validation->title?>" />
</label>
</p>
</div>
<p style="clear: both">
<input type="submit" name="submNewTutorial" value="Submit" />
</p>
</form>
even this causes the error. I'll try separating all the fields.