Welcome Guest, Not a member yet? Register   Sign In
[UNFIXED] Help "Error 101 (net::ERR_CONNECTION_RESET)"
#11

[eluser]EdLongman[/eluser]
well heres the relevant bit of the db config
Code:
$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "********";
$db['default']['database'] = "system";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
but i've double checked that

~~ED~~
#12

[eluser]Abdul Malik Ikhsan[/eluser]
hm..., have you add autoload library in autoload.php ?
Code:
<?php $autoload['libraries'] = array('database'); ?>
#13

[eluser]EdLongman[/eluser]
yep its added to autoload
#14

[eluser]Abdul Malik Ikhsan[/eluser]
hmm..., i'm sorry, i have no suggest again except maybe you have to re-download codeigniter and re-configure it Smile
#15

[eluser]EdLongman[/eluser]
I'e allready tried that that was one of the things i did before i got desperate
#16

[eluser]Aerospace[/eluser]
Have you tried doing something like clearing your cache? If you are using any form of caching in your application, it may be the cause of this problem. "Error 101 (net::ERR_CONNECTION_RESET)" doesn't sound like anything to do with CodeIgniter.
#17

[eluser]EdLongman[/eluser]
nothing in my application uses caching
also it is something to do with codeigniter because if i do it the long and slow way it works fine.




Theme © iAndrew 2016 - Forum software by © MyBB