Welcome Guest, Not a member yet? Register   Sign In
Error 101 (net::ERR_CONNECTION_RESET): Unknown error.
#2

[eluser]Unknown[/eluser]
After 2 days of "reverse-engineering", probably a newby mistake:

class User_model extends Model{

function user_model(){
parent::Model();

$this->load->model('form_model');
----->>>> $this->load->model('user_model');
$currentPath = site_url() . substr(uri_string(), 1);

}


Check the offending line. I hope it can help others.

Thanks everybody! Smile


Messages In This Thread
Error 101 (net::ERR_CONNECTION_RESET): Unknown error. - by El Forum - 05-04-2010, 05:09 PM
Error 101 (net::ERR_CONNECTION_RESET): Unknown error. - by El Forum - 05-06-2010, 09:04 AM
Error 101 (net::ERR_CONNECTION_RESET): Unknown error. - by El Forum - 10-07-2010, 01:35 AM
Error 101 (net::ERR_CONNECTION_RESET): Unknown error. - by El Forum - 10-07-2010, 06:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB