第一种方法:

  1、进入data/cache/把inc_catalog_base.inc缓存文件删掉

  2、更新系统缓存,点“生成——>更新系统缓存——>开始执行”就可以了

  3、重新生成栏目

第二种方法:

  1、根目录打开dede后台文件夹,找到config.php文件打开,查找:
  $fp1[Header](https://so.csdn.net/so/search?q=Header) = "<{$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、重新生成栏目

原文地址:请输入链接描述

分类: 暂无分类 标签: 暂无标签

评论

暂无评论数据

暂无评论数据

目录