[eluser]Kobus M[/eluser]
[quote author="yrachmanu" date="1298281805"]dear kobus,
after follow your instruction , my oracle connection problem still occur with different condition for each browser :
1. blank page , Firefox
2. Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error , google chrome
3. page not respond , IE
Here my database setting :
db['default']['hostname'] = '//[ip host]:[port]/[service name]';
$db['default']['username'] = '[my user oracle]';
$db['default']['password'] = '[my user password]';
$db['default']['database'] = '';
$db['default']['dbdriver'] = 'oci8';
$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';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;
is there any solution about my case ??
regards,
yudi[/quote]
Dear Yudi,
Your problem seems to be totally unrelated to the one I had. I suggest you open a new topic with your question. One thing I see wrong in your config is that you have no database specified, but I doubt that this is the cause of your problem. If your database is provided and the password, connection, etc. is correct, I could only think that this is a coding related issue elsewhere. I'd start by setting new new homepage that simply does a database query and nothing else, and then set it back to the default in routes.php.
Hope this helps. I am no expert with CI - just accidentally figured this one out when I realized that the queries were not escaped in Oracle.
Good luck!