人人商城开启秒杀功能BUG 人人商城开启秒杀功能时遇到的BUG,提示以下信息错误信息: 未配置 redis, 请检查 data/config.php 中参数设置首先开启环境的redis扩展然后编辑 /data/config.php 35行左右 查找如下代码$config['setting']['cache'] = 'mysql';改成$config['setting']['cache'] = 'redis';然后添加// - 搭建教程|知识库 2022年11月07日 0 点赞 0 评论 542 浏览
人人商城前端图片报错的坑 人人小程序前端报错:Failed to load local image resource /plugin/app/static/images/wxapp/accredit.pngthe server responded with a status of 500 (HTTP/1.1 500 Internal Server Error)其实没啥问题,如果看着不爽的话,改一下图片路径就可以 搭建教程|知识库 2022年11月01日 0 点赞 0 评论 520 浏览
人人商城强制关闭微信授权登录 1.core/inc/functions.phpif (!function_exists('is_weixin')) {function is_weixin(){ global $_W; return false; if (EWEI_SHOPV2_DEBUG) 教程笔记 2022年10月21日 0 点赞 0 评论 614 浏览