⚠ 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

Log Error



Robert
  • profile picture
  • Member

Posted 04 October 2013 - 10:34 AM

I have been gating a error and want to know how can i fix it :

 

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 1720

 


Robert
  • profile picture
  • Member

Posted 07 October 2013 - 10:52 AM

Any info on this ?

	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();
	}

Robert
  • profile picture
  • Member

Posted 22 October 2013 - 06:07 AM

Anyone got this error to ?