Welcome Guest, Not a member yet? Register   Sign In
MY_Controller extended Controller class
#2

[eluser]ayukawaa[/eluser]
OK, INSTALLED. AND NOW, WHAT ELSE?

Hi, I've just downloaded and installed latest version from Github over a CI 1.7.2 (SVN).

The standard empty installation works fine (class welcome loaded ok) but after the installation of MY_Controller it fails.

What am I doing wrong?

welcome.php:

Code:
class Welcome extends MY_Controller {

    function Welcome()
    {
        parent::__construct();
    }
    
    function index()
    {
        //$this->load->view('welcome_message');
    }
}

reply from system:

Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: Welcome::$router

Filename: libraries/MY_Controller.php

Line Number: 147
A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: libraries/MY_Controller.php

Line Number: 147
A PHP Error was encountered

Severity: Notice

Message: Undefined property: Welcome::$router

Filename: libraries/MY_Controller.php

Line Number: 147
A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: libraries/MY_Controller.php

Line Number: 147
A PHP Error was encountered

Severity: Notice

Message: Undefined property: Welcome::$prerendered_data

Filename: libraries/MY_Controller.php

Line Number: 148
An Error Was Encountered

Unable to load the requested file: /.php

The only thing I can see is that the app is installed in h**p://localhost/jamierumbelow/index.php (^_^) but the requested file is wrong.

I'm NOT using an .htaccess right now.

Thanks,


Messages In This Thread
MY_Controller extended Controller class - by El Forum - 12-02-2009, 03:17 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 05:27 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 06:13 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 10:24 AM
MY_Controller extended Controller class - by El Forum - 12-03-2009, 10:30 AM
MY_Controller extended Controller class - by El Forum - 12-04-2009, 02:31 AM
MY_Controller extended Controller class - by El Forum - 12-17-2009, 11:33 AM
MY_Controller extended Controller class - by El Forum - 01-06-2010, 11:04 PM
MY_Controller extended Controller class - by El Forum - 03-31-2010, 11:08 AM
MY_Controller extended Controller class - by El Forum - 04-02-2010, 06:53 PM
MY_Controller extended Controller class - by El Forum - 04-02-2010, 07:32 PM
MY_Controller extended Controller class - by El Forum - 04-03-2010, 03:43 AM
MY_Controller extended Controller class - by El Forum - 07-12-2010, 05:21 AM
MY_Controller extended Controller class - by El Forum - 07-12-2010, 08:44 AM
MY_Controller extended Controller class - by El Forum - 10-03-2010, 08:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB