织梦DEDECMS采集规则无法导入的解决办法
修改一下文件:找到/dede/co_export_corule.php
查找:
$noteconfig = "BASE64:".base64_encode($noteconfig).":END"; $shownoteconfig = "BASE64:".base64_encode($noteconfig).":END";
把第一行删掉就好。
修改一下文件:找到/dede/co_export_corule.php
查找:
$noteconfig = "BASE64:".base64_encode($noteconfig).":END"; $shownoteconfig = "BASE64:".base64_encode($noteconfig).":END";
把第一行删掉就好。