当前位置:网站首页>Solutions to the failure of dedecms dream weaving to save the current column changes
Solutions to the failure of dedecms dream weaving to save the current column changes
2022-07-19 13:07:00 【Mimi material network】
Tips when editing the column of dream weaving “ Failed to save the current column changes , Please check whether there is any problem with your input data !”
That's because your background column edits files php Have done secondary development in , Added fields that do not exist in the column data table .
Follow the steps below , Let the program tell you what is missing that causes the save failure .
resolvent
1、 open /dede/catalog_edit.php find ( In about 68 Row or so )
ShowMsg(" Failed to save the current column changes , Please check whether there is any problem with your input data !","-1");Add... To it
echo $upquery;die;Pictured
2、 After the save , Continue to edit and modify a column , Look at the code output from the page , Future generations , Copy
Copy the statement to the background - System -SQL Command line tools , perform , Look at the error prompt in the execution result
3、 After knowing that there is a missing data table field error , We will continue to perform the following for specific errors SQL sentence
ALTER TABLE `dede_arctype` ADD `typeimg` CHAR( 255 ) NOT NULL DEFAULT '';
Be careful : above SQL Statement typeimg Change to the field name in your error prompt , If multiple fields are missing , Just execute several of the above SQL sentence .
4、 Add just now /dede/catalog_edit.php Inside
echo $upquery;die;Delete , preservation
Then edit the column , You won't report a mistake .
边栏推荐
- Advanced C language -- character function and string function
- Ultrasonic sensor (ch101 & ch201) - I
- 运维小白成长记—架构第6周
- mysql排序索引失效?
- 可视化ETL工具Kettle概念、安装及实战案例
- MOF customized product | n-k2ti4o9/g-c3n4/uio-66 ternary composite | paper based au-aginse2-zif-8 Nanocomposite
- Three minutes to understand the primary key, foreign key, non empty, unique and default constraints in mysql, and how to create a table
- Common bug precautions of audio control
- Competition notes: numpy learning notes
- 最懂你的服装设计师是AI?让用户 “凭心意” 生成数字服装#Adidas OZWORLD
猜你喜欢

整理了一份通用的内存管理驱动代码

MOF customized product | n-k2ti4o9/g-c3n4/uio-66 ternary composite | paper based au-aginse2-zif-8 Nanocomposite

Which domestic API tool is better? It turned out to be it

标签球问题

LeetCode 0117. Populate the next right node pointer II of each node

Lazy to the bone, I am too lazy to write articles in CSDN. I write articles based on selenium simulation

JS operation string string string

面试难题:分布式 Session 实现难点,这篇就够!

关于“抄底”心态,让你筋疲力尽 2020-03-15

【错误记录/selectpicker】dropdown menu显示位置出现偏移
随机推荐
GO 单元测试
S32K148_ Can drive (bare metal development)
Mysql database tables add fields, delete fields, modify the arrangement of fields and other operations, but not soon
Is it safe for Everbright futures to open an account online? Are there any account opening guidelines?
AE how to make Nebula particle special effects
[dynamic planning]dp27 jumping game (II) - medium
Investment logic in market "uncertainty" 2020-03-18
Att & CK actual combat series - red team actual combat (-)
Gold nanoparticles modified mil-101 framework material (AuNPs / mil-101) / loaded cof-tppa-1 (Au NPs / cof-tppa-1) | Qiyue reagent
[pyGame learning notes] 5 Collision detection of rect objects
Li Kou 198-213 looting Ⅰ, Ⅱ - Dynamic Planning
可视化ETL工具Kettle概念、安装及实战案例
Impulse function, step function, ramp function and impulse response
深度梳理:机器学习建模调参方法总结
力扣198-213 打家劫舍Ⅰ、Ⅱ——动态规划
The active and standby cache of redis cluster is full, causing frequent active and standby switchover
又错了,字节对齐及#pragma pack的使用
10 minutes to customize the pedestrian analysis system, detection and tracking, behavior recognition, human attributes all in one!
Metal organic framework material / polymer composite zif-8/p (TDA co HDA) | zinc oxide [email protected] (FE) composite nan
npm err! [email protected] build: `umi build`