博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DEDECMS BUG汇总
阅读量:4042 次
发布时间:2019-05-24

本文共 380 字,大约阅读时间需要 1 分钟。

DEDECMS BUG汇总

The Session id is too long

  • 开启dedecms 5.7 SP1 错误提示开启 common.inc.php

    //error_reporting(E_ALL);
    error_reporting(E_ALL || ~E_NOTICE);

  • “PHP Warning: Unknown: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’ in Unknown on line 0”,

    config.cache.inc.php中$cfg_domain_cookie= ”;//跨域共享cookies置空,此项通常是整合ucenter和DZ的时候需要用到的配置项

转载地址:http://zwqdi.baihongyu.com/

你可能感兴趣的文章
自定义 select 下拉框 多选插件
查看>>
js判断数组内是否有重复值
查看>>
js获取url链接携带的参数值
查看>>
gdb 调试core dump
查看>>
gdb debug tips
查看>>
arm linux 生成火焰图
查看>>
linux和windows内存布局验证
查看>>
linux insmod error -1 required key invalid
查看>>
linux kconfig配置
查看>>
linux不同模块completion通信
查看>>
linux printf获得时间戳
查看>>
C语言位扩展
查看>>
linux dump_backtrace
查看>>
linux irqdebug
查看>>
git 常用命令
查看>>
linux位操作API
查看>>
uboot.lds文件分析
查看>>
uboot start.s文件分析
查看>>
没有路由器的情况下,开发板,虚拟机Ubuntu,win10主机,三者也可以ping通
查看>>
本地服务方式搭建etcd集群
查看>>