Welcome Guest, Not a member yet? Register   Sign In
Help!! I am getting an error I can not understand trying to load a view...
#1

[eluser]nealumney[/eluser]
Hi folks,

Not use why but I am getting this error:

"Unable to load the requested file: noitemfound.php"

This happens after the following code:

Code:
if (!$items = $this->item->getitemsforsale($this->input->post('itemid')) )
        {
            $this->load->view('noitemfound');
        }

The 'noitemfound.php' file is in the application views directory and actually contains no php at all and is just a polite notification that the user needs to refine their search criteria. I am sure you need more information to help, but not sure what more you need. I should point out that the message is a response to an ajax call.

Thanks.

Neal


Messages In This Thread
Help!! I am getting an error I can not understand trying to load a view... - by El Forum - 05-27-2009, 03:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB