Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function elapsed_time()
#1

[eluser]monkster[/eluser]
Hi all,

I'm getting the below message:
Code:
hello world!
Fatal error: Call to a member function elapsed_time() on a non-object in /Applications/MAMP/htdocs/Album4me/components/com_comprofiler/plugin/user/plug_Album4me/codeigniter/system/libraries/Output.php on line 164

And this is my controller file's contents:
class Album4me extends Controller {
Code:
class Album4me extends Controller {

    /*function Album4me()
    {
        parent::Controller();
    }*/
    
    function index()
    {
        //$this->load->view('hihi');
        echo "hello world!";
    }
    
    function _output($output)
    {
        echo $output;
    }
}

Any ideas please?


Messages In This Thread
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-08-2008, 12:20 AM
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-08-2008, 02:38 AM
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-08-2008, 02:55 AM
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-08-2008, 04:31 AM
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-08-2008, 05:05 AM
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-08-2008, 11:53 PM
Fatal error: Call to a member function elapsed_time() - by El Forum - 01-14-2008, 02:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB