织梦提示系统无此标签,可能已经移除

打开根目录下的 tags.php 文件 找到 $tag = trim($_SERVER['QUERY_STRING']); 修改为 $tag = strtolower(trim($_SERVER['QUERY_STRING']));

PbootCMS 模板自动清理 runtime 缓存

修改 ExtLabelController.php 文件: 打开 apps/home/controller/ExtLabelController.php 文件,找到 test 方法,在其下面加入以下代码: // 自动会话清理脚本 public function clean_session() { check_dir(RUN_PATH . '/archive', true); $data = json_decode(trim(substr(

帝国CMS系统后台批量删除不带标题图片信息

执行SQL语句删除不带标题图片的信息: delete from [表前缀]_ecms_news where titlepic = ''; delete from [表前缀]_ecms_news_index where id not in (select id from [表前缀]_ecms_news); delete from [表前缀]_ecms_news_data_1 where id not in (select id from [表前缀]_ecms_news); 在后台&

dedecms生成提示读取频道信息失败

打开 /include/channelunit.class.php 找到大概在35行的 $this->dsql = $GLOBALS['dsql']; 在其下方加入 echo $cid."-".$aid; echo "<br />"; 重新生成,查看提示的文档 删除有问题的文档 最后删除 /include/channelunit.class.php 中添加的代码

dedeCMS 导航菜单标签不输出外部链接的解决办法

问题:导航菜单标签不输出外部链接。 解决办法: 打开 /include/taglib/channelartlist.lib.php 文件,找到第67行左右的: $tpsql = " reid=0 AND ispart<>2 AND ishidden<>1 AND channeltype>0 "; 修改为: $tpsql = " reid=0 AND ishidden<>1 AND channeltype>0

本页面信息来源互联网,如您认为该页面内容侵犯您的权益,请拨打电话处理。 备案号:陕ICP备2022008266号-1陕公网安备61030302000361