Welcome Guest, Not a member yet? Register   Sign In
Blank Screen of Death on New Server
#2

[eluser]fireproofsocks[/eluser]
Found it... 2 stupid things:

1. I specified the wrong driver. I needed to edit my config to include this:
Code:
$db['default']['dbdriver'] = "oci8";

2. I needed to include the service in the hostname:
Code:
$db['default']['hostname'] = '(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbhost.example.com)(PORT=1521))(CONNECT_DATA=(SID=dbsid)))';

as per http://codeigniter.com/wiki/Oracle:Known_Issues/


Messages In This Thread
Blank Screen of Death on New Server - by El Forum - 11-02-2009, 11:22 AM
Blank Screen of Death on New Server - by El Forum - 11-02-2009, 11:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB