When posting an article from the front end i get the below error,
this only happens when i set it to automatically post to a default category
<div class="formelm">
<?php echo $this->form->getLabel('catid'); ?>
<?php if($this->params->get('enable_category', 0) == 1) : ?>
<span class="category">
<?php echo $this->category_title; ?>
</span>
<?php else : ?>
<?php echo $this->form->getInput('catid', null, $this->item->catid); ?>
<?php endif;?>
</div>