Welcome Guest, Not a member yet? Register   Sign In
MS SQL does not work
#1

[eluser]=G-Man=[/eluser]
Hello, I just started playing with CodeIgniter and am converting an older Full PHP site over to it. But I'm having a huge issue with MSSQL, as soon as i call $this->load->database() the page just stops loading and I get a plank page, No errors from codeigniter, or in the PHP error log. I saw a few posts about this and they all seemed to be upgrading to 1.6.2 so I tried a few earlier versions (1.4.1, 1.5.3, 1.6.0) and thay all do the same thing as soon as I try to load the database functions.

here is my database.php

Code:
$active_group = "default";
$active_record = TRUE;

$db['default']['hostname'] = "sql1";
$db['default']['username'] = "sa";
$db['default']['password'] = "<password>";
$db['default']['database'] = "lin2admin";
$db['default']['dbdriver'] = "mssql";
$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";

<password> being a mask for the forum.

I know the DB server is running, because I can connect to it via the MS SQL Management Studio. There is also no firewall on the SQL server itself and the WEB server is on the same local network as the SQL server and my Development computer that I can connect to the DB server with the management studio.

Thanks for your help.
-Don


Messages In This Thread
MS SQL does not work - by El Forum - 06-08-2008, 02:24 AM
MS SQL does not work - by El Forum - 06-08-2008, 02:27 AM
MS SQL does not work - by El Forum - 06-08-2008, 02:38 AM
MS SQL does not work - by El Forum - 06-08-2008, 02:44 AM
MS SQL does not work - by El Forum - 06-08-2008, 02:55 AM
MS SQL does not work - by El Forum - 06-08-2008, 03:08 AM
MS SQL does not work - by El Forum - 06-08-2008, 03:27 AM
MS SQL does not work - by El Forum - 06-08-2008, 03:46 AM
MS SQL does not work - by El Forum - 05-08-2012, 07:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB