⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Small Question



Robert
  • profile picture
  • Member

Posted 11 November 2013 - 07:20 AM

I get this error : Severity: Notice  --> ob_end_clean() [<a href='ref.outcontrol'>ref.outcontrol</a>]: failed to delete buffer. No buffer to delete /home/tehnow32/public_html/gps/application/libraries/Grocery_CRUD.php 1734

 

 

protected function showListInfo()
{
$this->set_echo_and_die();
 
$total_results = (int)$this->get_total_results();
@ob_end_clean();
echo json_encode(array('total_results' => $total_results));
die();
}
 
Can i get some info about this and the way to fix it ?

 


edramirez
  • profile picture
  • Member

Posted 11 November 2013 - 18:15 PM

Could you post your controller and your table structure so we could replicate the error?


Robert
  • profile picture
  • Member

Posted 12 November 2013 - 06:44 AM

I have 5 controllers and i dont really know where the error is from ... Is there a way to make a check first ?

if(exists) {
     clean buffer;
}

or something like that ?

Thanks


Robert
  • profile picture
  • Member

Posted 12 November 2013 - 10:05 AM

anyone ? i hate that message spamming my error logs