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; }
文章来源: https://blog.csdn.net/guo_qiangqiang/article/details/90403152