当前位置:网站首页>The solution to the failure to read channel information when dedecms generates a message in the background
The solution to the failure to read channel information when dedecms generates a message in the background
2022-08-05 04:20:00 【website building shadow】
Failed to read channel information, follow-up operations cannot be performed!
That's because there are documents that use the content models and columns added before, but the content model is deleted, and the documents are still there. When generating the whole site or generating the document, it will prompt "Failed to read channel information, unable toFollow up!"
Solution
Let's let the program tell us which document is the problem
Open /include/channelunit.class.php and find, about line 35
$this->dsql = $GLOBALS['dsql'];
Add below it
echo $cid."-".$aid;echo "
";
As shown
After adding it, re-generate it to see which document is prompted
Let's look in the list of all files
Just delete the problematic document.
If the final build is OK, delete the line of code you just added in /include/channelunit.class.php.
边栏推荐
- 事件解析树Drain3使用方法和解释
- dedecms后台生成提示读取频道信息失败的解决方法
- dedecms织梦tag标签不支持大写字母修复
- 使用IDEA连接TDengine服务器
- dedecms报错The each() function is deprecated
- 【背包九讲——01背包问题】
- The first performance test practice, there are "100 million" a little nervous
- Acid (ACID) Base (BASE) Principles for Database Design
- 【8.2】代码源 - 【货币系统】【硬币】【新年的问题(数据加强版)】【三段式】
- [informix] Resolving startup errors and solutions
猜你喜欢
There are a lot of 4T hard drives remaining, prompting "No space left on device" insufficient disk space
Industry Status?Why do Internet companies prefer to spend 20k to recruit people rather than raise their salary to retain old employees~
[GYCTF2020]EasyThinking
How to wrap markdown - md file
Analyses the mainstream across technology solutions
阿里本地生活单季营收106亿,大文娱营收72亿,菜鸟营收121亿
Android interview question - how to write with his hands a non-blocking thread safe queue ConcurrentLinkedQueue?
数字孪生技术在电力系统中的应用现状
Mysql's redo log detailed explanation
AUTOCAD - dimension association
随机推荐
UE4 更改组件变量 (以修改第一人称角色模板的最大行走速度和跳跃高度为例)
程序开发的一些常规套路(一)
Some conventional routines of program development (1)
请写出SparkSQL语句
UE4 通过互动(键盘按键)开门
DEJA_VU3D - Cesium功能集 之 058-高德地图纠偏
Redis key basic commands
DNS被劫持如何处理?
大学物理---质点运动学
[BJDCTF2020] EasySearch
为什么刚考完PMP,就开始准备软考了?
how to measure distance from point to face in creo
How do newcomers get started and learn software testing?
重载运算符
[BSidesCF 2019] Kookie
Mysql's redo log detailed explanation
数据库设计的酸(ACID)碱(BASE)原则
【树莓派】树莓派调光
DEJA_VU3D - Cesium功能集 之 057-百度地图纠偏
说说数据治理中常见的20个问题