Warning: Invalid argument supplied for foreach() in E:\Inetpub\vhosts\xxxxxx.com\httpdocs\source\function\cache\cache_announcements.php on line 17
同样的问题 进入论坛后台以后还有一个错误
Warning: Invalid argument supplied for foreach() in E:\Inetpub\vhosts\xxxx.com\httpdocs\source\function\cache\cache_setting.php on line 462
foreach(lang($path.'/template') as $k => $v) {
$this->language['inner'][$k] = $v;
}
刚才看错行了这个才是141行的代码
这是source\class\class_template.php文件 第141行的一段代码 我在百度知道上面求组的有人说是需要添加容错性 错误提示是Warning: Invalid argument supplied for foreach() in httpdocs\source\class\class_template.php on line 141 我感觉应该是第一行foreach后面的可能有问题 但是不懂 帮忙看看