APHPErrorwasencountered
时间:2021-07-01 10:21:17
帮助过:7人阅读
A PHP Error was encountered Severity: Notice Message: Only variable references should be returned by reference Filename: core/Common.php Line Number: 257 There's a bug with FuelCMS 1.2.1 on PHP 5.6...
A PHP Error was encountered
Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Line Number: 257
Screenshot: http://i.imgur.com/rDFblff.pngSolution 1:"fuel\codeigniter\core\Common.php"
$_config[0] =& $config;
>return $_config[0];
Solution 2:Update CodeIgniter from 2.2.0 to 2.2.1.https://github.com/bcit-ci/CodeIgniter
版权声明:本文为博主原创文章,未经博主允许不得转载。
以上就介绍了A PHP Error was encountered,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。