搜索中心
全部 模块文档 模块 讨论 文档 问答
搜索 www.52supan.cn , 共找到 134 条记录
搜索结果
[模块] 易收米 - 微信支付 YsmWxPay
模块介绍易收米支付平台专注个人收款,采用官方支付接口,资金由微信支付官方结算,安全有保障微信支付官方签约,无需营业执照,5分钟签约完成,签约后可使用微信支付商户相关接口能力,资金由微信支付官方结算、实时到账。无需挂机,无代收,支持H5支付易收米支付官方网站:https://www.yishoumi.cn/此支付插件自动识别用户设备,如果是电脑端充值或者购买产品,调用扫码支付的接口,如果是手机端充值或者购买产品,调用H5支付的...
电脑 手机 后台管理 支付中心 微信支付 个人支付 扫码支付 H5支付 公众号支付
更新时间:2023-05-22 15:04:53
[讨论] 文库还源了数据后首页和栏目打开500错误,内容正常是什么问题
刚安装好是正常打开首页的, 把备份的数据库导入了之后内容内容可以正常打开,首页和栏目页面打不开。 [2023-06-25 16:16:03] beta.ERROR: ErrorException: file_put_contents(/www/wwwroot/www123mz/storage/framework/cache/b0/f6/b0f60e1812551cb0742867f4d7707459): failed to open stream: No such file or directory in /www/wwwroot/www123mz/vendor/laravel/framework/src/...
更新时间:2023-06-25 16:17:08
[讨论] 今天打开出现了500错误了,是什么问题
ErrorException: file_put_contents(/www/wwwroot/ydssx.com/storage/framework/cache/b0/ab/b0ab53aa94462cadfe4960bbd21ceac5): failed to open stream: No such file or directoryin /www/wwwroot/ydssx.com/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:81 Stack trace:#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...&#...
更新时间:2023-07-24 18:12:58
[讨论] 文库后台批量 审核通过 也出现在500错误
[2025-03-31 09:25:20] beta.ERROR: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'docCount' in 'field list' in /www/wwwroot/wwwkaoshipcom/vendor/laravel/framework/src/Illuminate/Database/Connection.php:411Stack trace:#0 /www/wwwroot/wwwkaoshipcom/vendor/laravel/framework/src/Illuminate/Database/Connection.php(411): PDO->prepare('update `wenku_s...&...
更新时间:2025-03-31 09:26:47
[讨论] 安装出现“请求错误T_T”
检查storage/logs下错误日志显示: [2021-11-21 11:11:13] product.ERROR: exception 'ErrorException' with message 'Undefined property: stdClass::$column_name' in E:\phpstudy_pro\WWW\cscms.com\vendor\laravel\framework\src\Illuminate\Database\Query\Processors\MySqlProcessor.php:18Stack trace:#0 E:\phpstudy_pro\WWW\cscms.com\vendor\laravel\framework\src\Illuminate\Database\...
更新时间:2023-04-18 09:56:44
[讨论] 模拟常见软件微信、钉钉、企业微信、飞书、淘宝、支付宝 的User Agent
微信 mozilla/5.0 (linux; u; android 4.1.2; zh-cn; mi-one plus build/jzo54k) applewebkit/534.30 (khtml, like gecko) version/4.0 mobile safari/534.30 micromessenger/5.0.1.352 钉钉 Mozilla/5.0 (Linux; Android 6.0.1; MI MAX Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Mobile Safari/537.36 AliApp(DingTalk/3.2.0) com.alibaba.android....
更新时间:2023-04-18 09:56:56
[文档] 系统运维 - docker
清除无用镜像 docker images | awk '{print $3}' | xargs docker rmi 修改 Docker 的 IP 修改 /etc/docker/daemon.json { // ... "bip": "198.18.0.0/16" // ... } 完成后重启 docker 服务 sudo systemctl daemon-reload sudo systemctl restart docker 镜像手动打包、推送、加载 # 保存一个镜像到本地 tar 文件 docker save -o /tmp/ExampleImage.tar ExampleImage:1.0.0 # 推送到远程存储(...
更新时间:2025-12-15 13:48:25
[讨论] 发博文错误500
[2023-06-20 15:05:15] product.ERROR: ModStart\Form\Form::ModStart\Support\Concern\{closure}(): Argument #2 ($item) must be of type ModStart\Field\AbstractField, int given, called in /www/wwwroot/www.duokong.com/vendor/laravel/framework/src/Illuminate/Collections/Arr.php on line 201 {"exception":"[object] (TypeError(code: 0): ModStart\\Form\\Form::ModStart\\Support\\Concern\\{closure...
更新时间:2023-06-20 15:16:29
[模块文档] 文档转换乱码问题
系统转换发生乱码,通常原始是由于文档转换成PDF时出现乱码。CentOS 参考解决办法yum groupinstall "fonts" 打开vim /etc/locale.conf 按键 i 进入编辑模式, 把内容改为LANG="zh_CN.UTF-8"
更新时间:2026-01-13 19:36:55
[文档] 安装使用常见问题 - Q:You can't run this command as root ( uid = 0 ).
最新的系统使用了是否使用 root 运行 php artisan 命令的检测,如果是 root 用户运行会提示 You can't run this command as root ( uid = 0 ). 错误。 例如: [root@VM-0-16-centos example]# php artisan You can't run this command as root ( uid = 0 ). 问题原因 系统出于安全考虑,禁止使用 root 用户运行 artisan 命令。需要使用运行 PHP 的实际用户来执行该命令。 解决方法 第一步:查找 PHP 的运行用户 使用以下命令查看...
更新时间:2026-03-09 14:49:08
QQ
微信
客服