当前位置:网站首页>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.
边栏推荐
- flink reads mongodb data source
- bytebuffer 使用demo
- 概率论的学习和整理8: 几何分布和超几何分布
- C++ core programming
- 【informix】解决启动报错大全,以及解决办法
- The log causes these pits in the thread block, you have to guard against
- Learning and finishing of probability theory 8: Geometric and hypergeometric distributions
- About the installation of sklearn library
- Ali's local life's single-quarter revenue is 10.6 billion, Da Wenyu's revenue is 7.2 billion, and Cainiao's revenue is 12.1 billion
- 2022软件测试工程师最全面试题
猜你喜欢

creo怎么测量点到面的距离

How to solve complex distribution and ledger problems?

JeeSite New Report

四位数显表头设计

Some conventional routines of program development (1)

Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer

Develop your own node package

iMedicalLIS listener (2)

UE4 更改组件变量 (以修改第一人称角色模板的最大行走速度和跳跃高度为例)
![Spark Basics [Introduction, Getting Started with WordCount Cases]](/img/90/ebe887db0f8c36895691dea05f62cf.png)
Spark Basics [Introduction, Getting Started with WordCount Cases]
随机推荐
Based on holding YOLOv5 custom implementation of FacePose YOLO structure interpretation, YOLO data format conversion, YOLO process modification"
DEJA_VU3D - Cesium功能集 之 059-腾讯地图纠偏
About the installation of sklearn library
Four-digit display header design
iMedicalLIS监听程序(2)
【8.2】代码源 - 【货币系统】【硬币】【新年的问题(数据加强版)】【三段式】
开发属于自己的node包
BI业务分析思维:现金流量风控分析(二)信用、流动和投资风险
[MRCTF2020]Ezpop(详解)
炎炎夏日教你利用小米智能家居配件+树莓派4接入Apple HomeKit
dedecms报错The each() function is deprecated
Qixi Festival earn badges
write the story about us
[Surveying] Quick Summary - Excerpt from Gaoshu Gang
[GYCTF2020]EasyThinking
iMedicalLIS listener (2)
[8.2] Code Source - [Currency System] [Coins] [New Year's Questions (Data Enhanced Edition)] [Three Stages]
NPDP证书含金量高吗?跟PMP相比?
Bosses, I noticed that a mysql CDC connector parameters scan. The incremental. Sna
flink读取mongodb数据源