I try to "rebuild" again my web project in Codeigniter, but I totally forgot how to setting it.. In the last 3 years, this website contains no error and all works great. but when I try to reopen again, it contains errors like this :
Fatal error: Call to undefined function admin_info() in C:\xampp\htdocs\misnews\application\controllers\home.php on line 27
PS : the admin_info() functions are inside the helper, and I loaded it in autoload and added $this->load->helper('basic_helper); in the home controller
Can you help me? Thanks