Welcome Guest, Not a member yet? Register   Sign In
How to load view in file error_404.php?
#1

[eluser]Unknown[/eluser]
Hello!
At the beginning sorry for my English, but I learn his yet.

I have small problem with CodeIgniter. I would like to load view in file errors/error_404.php. So I put in this file code:
Code:
<?php
header("HTTP/1.1 404 Not Found");

$this->CI =& get_instance();
$this->data['main'] = $this->CI->load->view('404', array(), TRUE);
$this->CI->load->view('main', $this->data);
?>

If i visit on page www.mysite.pl/controller/qwerty (qwerty is any string) all works good. However when I go on page www.mysite.pl/qwerty I have error:
Quote:Fatal error: Call to undefined function get_instance() in .../application/errors/error_404.php on line 4

Please help me solve my problem.

Greetings from Poland,
Paul.


Messages In This Thread
How to load view in file error_404.php? - by El Forum - 08-06-2008, 07:36 AM
How to load view in file error_404.php? - by El Forum - 08-06-2008, 11:34 AM
How to load view in file error_404.php? - by El Forum - 08-06-2008, 01:51 PM
How to load view in file error_404.php? - by El Forum - 09-07-2008, 01:01 AM
How to load view in file error_404.php? - by El Forum - 10-10-2008, 03:55 AM
How to load view in file error_404.php? - by El Forum - 03-03-2009, 07:03 AM
How to load view in file error_404.php? - by El Forum - 03-03-2009, 07:08 AM
How to load view in file error_404.php? - by El Forum - 03-03-2009, 07:11 AM
How to load view in file error_404.php? - by El Forum - 07-06-2012, 07:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB