当前位置:网站首页>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 .
边栏推荐
- Three minutes to understand the primary key, foreign key, non empty, unique and default constraints in mysql, and how to create a table
- Ultrasonic sensor (ch101 & ch201) - I
- MYCAT divides the database and table according to the hash value of the string range
- 全球金融危机来袭,如何科学理性投资?2020-03-17
- MOF customized material | NH (2) -uio66/rgo Graphene Oxide Nanocomposite | methylene blue loaded zif-90 nanoparticles
- C语言进阶——自定义类型:结构体 枚举 联合
- Go unit test
- Nitrogen heterocyclic molecule modified uio-66-nh2 | polyethyleneimine modified uio-66-nh2| [email protected] @Zif67 nanomaterial
- OSSImport迁移之路
- Basic database operations in MySQL
猜你喜欢

CMOS switch learning (I)

Audio common terminal anatomy - never make a mistake again

Reg of sequential logic and combinatorial logic

XML建模(简单易学)

Logical operator 1 (Gretel software - Jiuye training)

ASP. Net collaborative OA office service management platform source code

When will the deflationary market reverse? How should we operate? 2020-03-13

Interview difficulties: difficulties in implementing distributed session, this is enough!
[email protected] Support) | uio-66/coso composite | zif-67 nanocrystalline sur"/>Copper sulfide nanoparticles /zif-8 Composites( [email protected] Support) | uio-66/coso composite | zif-67 nanocrystalline sur

全球金融危机来袭,如何科学理性投资?2020-03-17
随机推荐
Lanthanide metal organic skeleton( [email protected] )|Rhodamine 6G modified MOF material | catalase @zif composite | MOF
Return to risk ratio: the most important indicator of investment opportunities 2020-03-14
Mycat2 builds MySQL master-slave separation
Azkaban installation documentation
[dynamic planning]dp27 jumping game (II) - medium
CMOS switch learning (I)
AE how to make Nebula particle special effects
Li Kou 413 division of equal difference sequence dynamic programming
Is the career direction of test / development programmers over 35 a turning point in the workplace?
Useeffect summary
Copper sulfide nanoparticles /zif-8 Composites( [email protected] Support) | uio-66/coso composite | zif-67 nanocrystalline sur
Mysql的知识梳理
又错了,字节对齐及#pragma pack的使用
[try to hack] ARP and ARP deception
光大期货网上开户安全吗?有没有开户指引?
JVM self study summary
Visual ETL tool kettle concept, installation and practical cases
How can MySQL delete data tables and associated data tables
JS operation string string string
Summary of ultrasonic sensor series articles