Welcome Guest, Not a member yet? Register   Sign In
Configure CodeIgniter to run on two servers
#8

[eluser]neillyons.co[/eluser]
After looking through the CodeIgniter.php file ( ../system/codeigniter/CodeIgniter.php ) I noticed that constants are loaded on line 52.

Code:
require(APPPATH.'config/constants'.EXT);

I recommend removing the constant SITE_LIVE I defined in the index.php to the constants.php file ( ../system/application/config/constants.php ). To make upgrading the core easier.


Messages In This Thread
Configure CodeIgniter to run on two servers - by El Forum - 06-03-2009, 06:58 AM
Configure CodeIgniter to run on two servers - by El Forum - 06-04-2009, 02:32 PM
Configure CodeIgniter to run on two servers - by El Forum - 06-04-2009, 11:31 PM
Configure CodeIgniter to run on two servers - by El Forum - 06-05-2009, 01:16 AM
Configure CodeIgniter to run on two servers - by El Forum - 06-05-2009, 01:39 AM
Configure CodeIgniter to run on two servers - by El Forum - 06-05-2009, 01:51 AM
Configure CodeIgniter to run on two servers - by El Forum - 06-05-2009, 05:51 AM
Configure CodeIgniter to run on two servers - by El Forum - 07-01-2009, 12:05 PM
Configure CodeIgniter to run on two servers - by El Forum - 07-01-2009, 12:46 PM
Configure CodeIgniter to run on two servers - by El Forum - 07-01-2009, 12:58 PM
Configure CodeIgniter to run on two servers - by El Forum - 07-01-2009, 01:27 PM
Configure CodeIgniter to run on two servers - by El Forum - 07-01-2009, 02:19 PM
Configure CodeIgniter to run on two servers - by El Forum - 07-25-2009, 07:03 PM
Configure CodeIgniter to run on two servers - by El Forum - 07-26-2009, 06:44 AM
Configure CodeIgniter to run on two servers - by El Forum - 07-26-2009, 11:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB