Welcome Guest, Not a member yet? Register   Sign In
Need urgent help - Common method for all controller
#3

[eluser]webdevron[/eluser]
Thanks a lot. But sorry to say, still there in a problem. That code looks good and works on localserver (XAMPP). But whenever I uploaded it on my hosting server there is an error saying:
Fatal error: Class 'My_controller' not found in /home/user/public_html/app/controllers/home.php on line 3

Code snip:
/application/core/MY_Controller.php
Code:
class My_Controller extends CI_Controller {
        public function __construct(){
            parent::__construct();
            $this->load->model('Toolmodel');
            $this->Toolmodel->save_visitor($this->save_visitor());
        }

        public function save_visitor(){
            // Getting User Informations
        }
    }

And in my default controller (in this case 'home'):
Code:
class Home extends My_controller{
     public function index(){
            // View loading here
     }
}

So, could you please tell me what is the problem with Hosted CPanel?


Messages In This Thread
Need urgent help - Common method for all controller - by El Forum - 05-04-2014, 11:19 AM
Need urgent help - Common method for all controller - by El Forum - 05-05-2014, 10:21 AM
Need urgent help - Common method for all controller - by El Forum - 05-05-2014, 06:18 PM
Need urgent help - Common method for all controller - by El Forum - 05-05-2014, 10:35 PM
Need urgent help - Common method for all controller - by El Forum - 05-06-2014, 04:20 AM
Need urgent help - Common method for all controller - by El Forum - 05-06-2014, 05:38 AM
Need urgent help - Common method for all controller - by El Forum - 05-06-2014, 06:59 AM
Need urgent help - Common method for all controller - by El Forum - 05-07-2014, 06:11 AM
Need urgent help - Common method for all controller - by El Forum - 05-07-2014, 07:59 AM
Need urgent help - Common method for all controller - by El Forum - 05-07-2014, 08:27 AM
Need urgent help - Common method for all controller - by El Forum - 05-07-2014, 06:04 PM
Need urgent help - Common method for all controller - by El Forum - 05-07-2014, 07:59 PM
Need urgent help - Common method for all controller - by El Forum - 05-08-2014, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB