Welcome Guest, Not a member yet? Register   Sign In
CI2 to CI3: Call to a member function helper() on a non-object in ...Session.php
#6

Idea

I tried to overwrite the CI_Controller construct method inside the Plan_Events class with an empty constructor and now it works!

PHP Code:
class Plan_Events extends CI_Controller {
    
    public function 
__construct()
    {
    } 

Is it a desired Behaviour?
Reply


Messages In This Thread
RE: CI2 to CI3: Call to a member function helper() on a non-object in ...Session.php - by dimas - 06-01-2015, 08:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB