Message: Only variable references should be returned by reference

由于ci框架升级导致

进入system/core/common.php

257行

//return $_config[0] =& $config;
$_config[0] =& $config; return $_config[0];
原文地址:https://www.cnblogs.com/chaihy/p/11149686.html