请问后台添加文章提示标题不能为空
错误记录:
后台添加文章提示标题不能为空
解决方案:
修改dede/article_add.php 和 dede/article_edit.php 这2个文件。
把$title = htmlspecialchars(cn_substrR($title,$cfg_title_maxlen));
改成$title = htmlspecialchars(cn_substrR($title,$cfg_title_maxlen),ENT_COMPAT ,'GB2312');
更新时间:2025-04-10 22:35:22
上一篇:请问1064-You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
下一篇:请问500 Internal Server Error(服务器内部错误)
转载请注明原文链接:https://www.muzicopy.com/suibi/390.html