搜索中心
全部 模块文档 模块 讨论 文档 问答
搜索 www.18rwan.com , 共找到 317 条记录 ,仅显示前 20 页
搜索结果
[讨论] 文库系统的本地转换失败。
问题描述: 文库系统的本地转换失败。已经安装了 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
[文档] 宝塔安装ModStart - 宝塔配置MySQL队列调度
执行以下操作前提前进入网站根目录,如 cd /www/wwwroot/example.com 执行 artisan 命令前请参照 开发教程 → 开发使用常见问题 → 如何运行 /www/server/php/xxx/bin/php artisan xxx 命令 ① 生成数据库队列表迁移文件 在执行该步骤前,请先检查迁移文件 database/migrations/xxxx_xx_xx_xxxxxx_create_jobs_table.php 是否存在,如果已存在直接跳过第①步 # 运行该命令之前请检查是否存在迁移文件 database/migrations/xxxx_xx...
更新时间:2025-03-18 10:01:58
[讨论] 文库设置保存后爆500错误
问题描述: 文库设置保存后爆500错误 环境信息: MSCoreV3.7.0 ( With LARAVEL9 )操作系统LinuxPHP版本V8.1.19HTTP服务litespeed 复现步骤: 点击保存就会出现500报错。 日志: product.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'value' cannot be null (SQL: insert into `config` (`key`, `value`, `updated_at`, `created_at`) values (Wenku_Previ...
更新时间:2023-05-17 13:12:45
[讨论] 个别文档转码报疑似字体之类的错误
问题描述: debian切换了中文语言,中文字库已安装,绝大部分文档可以正常转码,个别文档无法转码,报错信息如下txt中。 环境信息: PHP版本7.0、系统版本文库7.4 复现步骤: 转码重试,有15个文档无法转码,查看日志报错。 Symfony\Component\Debug\Exception\FatalThrowableError: Call to a member function decodeText() on null in /www/wwwroot/xxxxxx.com/module/Wenku/SDK/smalot-pdfparser...
更新时间:2025-03-07 14:50:21
[模块] 多语言快速支持 I18n
模块介绍「多语言快速支持」是一个提供多语言支持、语言翻译表管理等功能。 本模块是一个基础模块,不提供具体的业务功能,只提供多语言支持的基础功能。 功能特性功能特性 多语言支持 中文简体 中文繁体 英文 … 语言翻译表管理 翻译Key 翻译内容 翻译语言 多语言视图 多语言翻译 L() 多语言配置 \I18n::config() 多语言设置管理在后台,...
后台 多语言
更新时间:2026-05-19 09:18:40
[讨论] 今天打开出现了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
[讨论] 文档系统(多语言)I18nDocument模块,无法像其他模块一样显示模块名称和网站名称
问题描述: 基于CMS安装了,I18nDocument模块。浏览器上"|"前后的标题都不显示,如图所示对比其他模块都是显示的。 建议与意见: 希望能像其他模块一样正常显示。或者这个在哪个文件里面可以自行配置下?
更新时间:2024-06-20 16:08:35
[讨论] 发博文错误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
[文档] 系统升级说明 - Linux环境设置部署源为git仓库
开源用户请忽略此部分内容 # 切换到PHP的运行用户,通常为 www su www # 进入到系统目录中 cd /www/wwwroot/www.example.com # 进入到上一级目录 cd .. # 备份源系统为 mv www.example.com www.example.com.old # clone最新的git仓库 git clone https://xxx.example.com/git/xxx.git www.example.com # 进入到新系统目录 cd www.example.com # 复制老的系统文件到新系统中 cp ../www.example.com.old/.env . cp -a ../www.exampl...
更新时间:2024-09-27 17:43:49
[文档] 系统升级说明 - Windows环境设置部署源为git仓库
开源用户请忽略此部分内容 对于部分商业用户,我们提供了专属的git仓库地址用于前期项目的同步开发和测试。 # 右击打开 git bash # 切换到PHP的运行用户,通常为 www su www # 进入到系统目录中 cd /x/wwwroot/www.example.com # 进入到上一级目录 cd .. # 备份源系统为 mv www.example.com www.example.com.old # clone最新的git仓库 git clone https://xxx.example.com/git/xxx.git www.example.com # 进入到新系统目录 cd www...
更新时间:2024-09-27 17:43:49
QQ
微信
客服