CodeIgniter Forums
Moving a project to a windows 2003 server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Moving a project to a windows 2003 server (/showthread.php?tid=6610)



Moving a project to a windows 2003 server - El Forum - 03-05-2008

[eluser]robertrick[/eluser]
I have a project that i am moving to a 2003 Server and every time that i try to make a database connection I get a blank page when i use the following line of code

Code:
$this->dbConn = $this->load->database('mssql',TRUE);

I have this code working on a 2000 server just fine. and i have verified that my database.php file is configured correctly. using ver 1.6.1

HELP !!!!

[email protected]


Moving a project to a windows 2003 server - El Forum - 03-05-2008

[eluser]robertrick[/eluser]
I have a project that i am moving to a 2003 Server and every time that i try to make a database connection I get a blank page when i use the following line of code

Code:
$this->dbConn = $this->load->database('mssql',TRUE);

I have this code working on a 2000 server just fine. and i have verified that my database.php file is configured correctly. using ver 1.6.1

HELP !!!!

[email protected]


Moving a project to a windows 2003 server - El Forum - 03-05-2008

[eluser]robertrick[/eluser]
I have a project that i am moving to a 2003 Server and every time that i try to make a database connection I get a blank page when i use the following line of code


Code:
$this->dbConn = $this->load->database('mssql',TRUE);

I have this code working on a 2000 server just fine. and i have verified that my database.php file is configured correctly. using ver 1.6.1

HELP !!!!

[email protected]


Moving a project to a windows 2003 server - El Forum - 03-06-2008

[eluser]Peerie_Pear[/eluser]
How did you configure your PHP? I had the same probleme on my 2003 server with php 5.0 php 5 didn't output any errors, but stored them in a log file.

If a php error occured the only thing i got was a blank page. (in my case i forgot to enable the mysql module in php)