織夢(mèng)系統(tǒng)升級(jí)到PHP7后有時(shí)打開頁面會(huì)出現(xiàn)如下提示:“Fatal error: 'continue' not in the 'loop' or 'switch' context in H:wwwincludecommon.func.php on line 49”,顯示在“common.func.php”文件的第49行出現(xiàn)了錯(cuò)誤,我們定位到這個(gè)文件出錯(cuò)的地方看一下代碼如下:
Fatal error: 'continue' not in the 'loop' or 'switch' context in /dedecms/include/common.func.php on line 49
找到
include/common.func.php 第49行
if (isset($_helpers[$helpers])) { continue; }
修改成
if (isset($_helpers[$helpers])) { return; }
如對(duì)本文有疑問,請(qǐng)?zhí)峤坏浇涣髡搲?,廣大熱心網(wǎng)友會(huì)為你解答??! 點(diǎn)擊進(jìn)入論壇