Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 2.1.4 and php5.6
#5

[eluser]Troop[/eluser]
[quote author="milan.petrak" date="1402815561"]My fix but I am not sure its correct Smile

In my case this notice display after apache and php upgrade on debian.
Server version: Apache/2.4.9 (Debian)
PHP version: 5.6.0
CI version: 2.2.0

Filename: core/Common.php
Line Number: 257

BEFORE CHANGE:

Code:
return $_config[0] =& $config;


AFTER CHANGE:

Code:
$_config[0] =& $config;
return $_config[0];

[/quote]

THANKS MILAN!! Worked like a charm. I had just recently upgraded to Yosemite OSX and upgraded my MAMP installation which included PhP 5.6.2


Messages In This Thread
Codeigniter 2.1.4 and php5.6 - by El Forum - 03-26-2014, 09:57 PM
Codeigniter 2.1.4 and php5.6 - by El Forum - 06-14-2014, 11:59 PM
Codeigniter 2.1.4 and php5.6 - by El Forum - 06-20-2014, 03:31 PM
Codeigniter 2.1.4 and php5.6 - by El Forum - 06-21-2014, 12:18 AM
Codeigniter 2.1.4 and php5.6 - by El Forum - 10-25-2014, 05:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB