1
I am using version 2.1.3 of Codeigniter and when I open any page the following error is displayed:
PHP Error was encountered
Severity: Notice
Message: Only variable References should be returned by Reference
Filename: core/Common.php
Line Number: 257
On the line 257
has a strange code:
return $_config[0] =& $config;
This message has started to appear since I upgraded the PHP version to 5.6.
Why does this error occur? How can I resolve it?
Why the framework uses archaic techniques ...
– rray
@rray and now, who can defend us?
– Wallace Maxters
I just found this kkk line.
– rray
Tense is if I have to mess with the source code :\
– Wallace Maxters
is pq you have not seen the upload lib .... and yes it has touch the framework ...
– rray
@Wallacemaxters this was solved in 2.2.1 : https://github.com/bcit-ci/CodeIgniter/commit/69b02d0f0bc46e914bed1604cfbd9bf74286b2e3
– Bacco
Update the version... These things don’t happen anymore...
– ShutUpMagda