织梦dede错误:没有该栏目数据 可能缓存文件(data/cache/inc_catalog_base.inc)没有更新 请检查是否有写入权限
其它 811
织梦dede错误:没有该栏目数据 可能缓存文件(data/cache/inc_catalog_base.inc)没有更新 请检查是否有写入权限。
第一种方法:
1、进入data/cache/把inc_catalog_base.inc缓存文件删掉
2、更新系统缓存,点“生成——>更新系统缓存——>开始执行”就可以了
3、重新生成栏目
第二种方法:
1、根目录打开dede后台文件夹,找到config.php文件打开,查找:
$fp1Header = “<{$phph}php\r\nglobal \$_Cs;\r\n\$_Cs=array();\r\n”;
修改为:
$fp1Header = “<{$phph}php\r\nglobal \$cfg_Cs;\r\n\$cfg_Cs=array();\r\n”;
继续查找:
fwrite($fp1,”\$_Cs[{$row->id}]=array({$row->reid},{$row->channeltype},{$row->issend});\r\n”);
修改为:
fwrite($fp1,”\$cfg_Cs[{$row->id}]=array({$row->reid},{$row->channeltype},{$row->issend});\r\n”);
2、进入data/cache/把inc_catalog_base.inc缓存文件删掉
3、更新系统缓存,点“生成——>更新系统缓存——>开始执行”就可以了
4、重新生成栏目