I have error is : Commands out of sync; you can't run this command now
i think there is something that should be included but i don't know what.. please help me...
public function index()
{
$srcProduct = $this->dbAll->showProduct('','');
$kategori = $this->dbAll->kategori();
$this->output_data['listProduct'] = $srcProduct;
$this->output_data['listCategory'] = $kategori;
$this->load->view('home',$this->output_data);
}