Codeigniter 2.1.4和php 5.3.27错误

时间:2014-12-29 22:16:36

标签: php codeigniter

使用CI 2.1.4和PHP 5.3.27获得以下错误

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257

我之前见过这个报道,但accepted resolution并不适合我。我只是得到一个空白的白页。

接受的决议是改变第257行:

return $_config[0] =& $config;

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

有什么建议吗?

0 个答案:

没有答案