Welcome Guest, Not a member yet? Register   Sign In
free hosting that works with CI ?
#3

[eluser]sasori[/eluser]
the db config for those two hosts are properly set up, I asked one of the staffs of the webhost for my first
URL, he said, my db config is correct and he doesn't know what's wrong with it. he said I should use cakephp.arghhh....

that's why am asking here in this forum if you know any free hosting site that is good for testing CI apps

Code:
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "myusername";
$db['default']['password'] = "mypassword";
$db['default']['database'] = "mydatabasename";
$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";


Messages In This Thread
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:04 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:12 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:18 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:34 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:46 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:51 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 10:54 AM
free hosting that works with CI ? - by El Forum - 01-31-2010, 11:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB