您好,在本地用帝国cms搭建好网站,上传到空间,数据恢复完成,发现网站名称改不动更新栏目关系 清除临时文件和数据 我也遇到过这样的问题,刷新以上项目后再次。
$sql=$empire->query("select * from {$dbtbpre}ecms_".$tbname." where ".$yhadd."id>$start".$add1." and titleurl is not null and checked=1 order by id limit ".$public_r[renewsnum]);
while($r=$empire->fetch($sql))
{
if($class_r[$r[classid]][showdt]==2)
{
continue;
}
$b=1;
GetHtml($r,'',1);//生成信息文件
$new_start=$r[id];
}