Welcome Guest, Not a member yet? Register   Sign In
problem with loading model - please help
#1

[eluser]Zion.b.y[/eluser]
hello all,

i have been working at my home on somthing and everything was working fine,
when i moved my project (all the sources files) to other pc
i am getting the next error when i try to load my site

db->query($sql); return $query->result(); } }
Fatal error: Class 'Login_model' not found in C:\wamp\www\system\libraries\Loader.php on line 184


for some reason the error is in the line
$this->load->model('login_model');

the controller does not want to load the model

the whole constractor looks like that:

function login_handler()
{
parent::Controller();
$this->load->database();
$this->load->model('login_model');
$this->load->helper('url');
session_start();
}


please help,

thanks,
Zion


Messages In This Thread
problem with loading model - please help - by El Forum - 08-26-2010, 12:53 AM
problem with loading model - please help - by El Forum - 08-26-2010, 01:15 AM
problem with loading model - please help - by El Forum - 08-26-2010, 01:45 AM
problem with loading model - please help - by El Forum - 08-26-2010, 03:46 AM
problem with loading model - please help - by El Forum - 08-26-2010, 03:48 AM
problem with loading model - please help - by El Forum - 08-26-2010, 05:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB