乾坤文说
首页
文章
记录
说说
当前位置:
首页
>
文章
>
dedecms修复无法删除用户缓存数据问题
dedecms修复无法删除用户缓存数据问题
2020-04-13
1194
文章
打开
\include\helpers\cache.helper.php
查找
DelCache
修改结果下方的代码(约113行) 修改
$cache_helper_config['memcache']['is_mc_enable'] === TRUE
为
$cache_helper_config['memcache']['is_mc_enable'] === 'Y'
完。
原创文章,如若转载,请注明出处:
http://loc.darlang.com/post/1188.html
php
dedecms
点赞
(
0
)
点踩
(
0
)
收藏
(
0
)
评论 (
0
)
搜索
前端
开发
是是是
javascript
git
前端
开发
javascript
是是是
是是是
站点标签
lnmp
router
restapi
后台开发
文章
vue-cli
discuz
tag
数组
fixtop
jquery
foobar2000
电影
eop
centos
pagekit
iptables
time
二次开发
Keygen
分类目录
分享
WordPress
plug-in
html
javascript
1
css
记录
文章
推荐文章
1
vue.js Invalid options in vue.config.js: "publicPath" is not allowed
2
Discuz X show() 系列函数使用小结
3
wordpress 自定义查询分页函数 paginate_links()
4
WordPress 使用 bing 每日背景作为登录背景,调用1080超清图
5
dedecms 织梦 全站动态化,取消静态功能
6
discuz 首页 ajax 分页无刷新加载列表
7
discuz 调用帖子内容摘要
8
discuz 清理 css 缓存没用,当前页面正常,其他页面又乱了
9
Sublime Text 注册码大全
10
JavaScript 数组 some() 和 filter() 的用法及区别
评论 (0)