搜索中心
全部 模块文档 模块 讨论 文档 问答
搜索 www.quickq-hy.cfd , 共找到 123 条记录
搜索结果
[讨论] 安装出现“请求错误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
[讨论] 500错误
[2023-12-14 15:26:29] beta.ERROR: ErrorException: Undefined index: downloadCountBase in D:\phpstudy_pro\WWW\cad\module\Wenku\Api\Controller\WenkuDocController.php:7Stack trace:#0 D:\phpstudy_pro\WWW\cad\module\Wenku\Api\Controller\WenkuDocController.php(7): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Undefined index...', 'D:\\phpstudy_pro...', 7, Array)...
更新时间:2023-12-14 15:30:19
[讨论] 文库系统的本地转换失败。
问题描述: 文库系统的本地转换失败。已经安装了 Libreoffice 和 pdf2svg。 环境信息: MSCoreV3.7.0 ( With LARAVEL9 )操作系统LinuxPHP版本V8.1.19HTTP服务litespeed [root@elated-sanderson ~]# soffice --version LibreOffice 7.1.8.1 10(Build:1) [root@elated-sanderson ~]# pdf2svg -h Usage: pdf2svg <in file.pdf> <out file.svg> [<page no>] 复...
更新时间:2023-05-17 13:16:32
[文档] 系统运维 - 网站强制跳转为 https
Nginx 参考配置 server { listen 80; server_name www.modstart.com; location / { rewrite ^/(.*)$ https://www.modstart.com/$1 permanent; } }
更新时间:2025-12-15 13:48:25
[文档] 安装使用常见问题 - Q:open_basedir restriction in effect
提示如下错误 require(): open_basedir restriction in effect *** open_basedir 设置是防跨站攻击的,出现这个错误需要进行如下设置。 Nginx 参考处理 在网站的 Nginx 配置增加 server { # ... location ~ \.php$ { # ... # 需要设置到网站根目录 www.example.com fastcgi_param PHP_VALUE "open_basedir=/var/www/html/www.example.com/:/tmp/:/var/tmp/"; # ... }...
更新时间:2026-03-09 14:49:08
[讨论] 文库系统,后台提示转换成功,但是文档始终加载中,封面也无法显示
问题描述: 文库系统,后台提示转换成功,但是文档始终加载中,封面也无法显示 后台提示成功, 前台始终提示加载中。 环境信息: MSCoreV3.7.0 ( With LARAVEL9 )操作系统LinuxPHP版本V8.1.19HTTP服务litespeed 2023-05-17 18:38:48product.INFO: Wenku.BinDocConverterProvider.result -> null2023-05-17 18:38:48product.INFO: Wenku.WenkuDocProcessJob.convert.end...
更新时间:2023-05-18 16:56:46
[问答] 上传图片的时候报错500.
 上传图片的时候报错500. 系统ubuntu面板1panel [2023-06-16 14:22:06] beta.ERROR: Intervention\Image\Exception\NotSupportedException: GD Library extension not available with this PHP installation. in /www/sites/sakura.data07.cn/index/vendor/intervention/image/src/Intervention/Image/Gd/Driver.php:19Stack trace:#0 /www/sites/sakura.data07.cn/index/vendor/intervention/image/src/Int...
更新时间:2023-06-16 14:27:05
[文档] ModStart安装说明 - 任务调度配置
Linux 任务调度命令为,需要将该命令配置到系统的 cron 服务中,可直接通过执行以下命令完成 * * * * * www /xxx/bin/php /www/wwwroot/example.com/artisan schedule:run > /dev/null 2>&1 /xxx/bin/php 替换成 PHP 的运行路径,通常为 /usr/bin/php www 需要替换成为 PHP 的执行用户 /www/wwwroot/example.com 需要替换成为真正的网站目录 执行完成后可检查下配置,输出 cron 配置(cat /etc/crontab)确保调度...
更新时间:2024-10-13 19:52:00
[讨论] Modstart文库模块出错了
想着设置异步队列, 执行了下面几个命令网站就出错了 php artisan queue:table php artisan queue:failed-table php artisan migrate 访问网站就显示下面代码 Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' not found in /www/wwwroot/wenku/bootstrap/app.php:14 Stack trace: #0 /www/wwwroot/wenku/public/index.php(38): require_once() #1 {...
更新时间:2023-04-18 09:56:58
[讨论] 积分商城在后台积分变更出现500错误
{message: "Trying to access array offset on value of type int", exception: "ErrorException",…}exception: "ErrorException"file: "/www/wwwroot/www/module/Member/Util/MemberCreditUtil.php"line: 47message: "Trying to access array offset on value of type int" 已解决: MemberCreditUtil.phpline 47 改为  i...
更新时间:2023-11-15 09:43:31
QQ
微信
客服