搜索中心
全部 模块文档 模块 讨论 文档 问答
搜索 m.read-list.pl , 共找到 95 条记录
搜索结果
[问答] 基本库那里上传提示:请求出现错误(500 error) T_T
麻烦官方解答一下,谢谢。 服务器信息 MSCoreV3.7.0 ( With LARAVEL5 )操作系统LinuxPHP版本V7.0.33HTTP服务Nginx(FPM)文件上传限制50M表单提交限制50M最大提交数量20分配内存限制512M 日志如下: [2023-10-17 22:49:08] beta.ERROR: Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined function ModStart\Core\Util\exif_read_data() in /www...
更新时间:2023-10-17 22:51:43
[问答] 建议修改cms_cms_m_news表中content的类型
当前content字段类型为text,实测我在采集长篇文章时,会遇到{"exception":"[object] (Illuminate\\Database\\QueryException(code: 22001): SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'content' at row 1 (SQL: insert into `cms_cms_m_news` (`content`, `id`, `updated_at`, `created_at`) values错误,建议修改成longtext。
更新时间:2025-03-10 09:37:13
[文档] CMS主题教程 - Cms主题模块开发步骤
第一步、准备工作 1.1) 准备静态HTML模板 准备需要开发的静态资源模板文件,结构可参考如下 └─ template/ → 模板根目录 └─ static/ → 静态资源 ├─ css/ │ ├── style.css │ └── ...... ├─ js/ │ ├── script.js │ └── ...... ├─ image/ │ ├── image.jpg │ └── .........
更新时间:2026-06-16 19:20:01
[讨论] 上传图片出现BUG
问题描述: 昨天刚安装好,部署在服务器上面,昨天还能正常上传图片,今天突然就不能上传了,但是我看了,实际上是图片已经上传成功了,但是异步的上传出现错误错误提示:Call to undefined function ModStart\\Core\\Util\\exif_read_data()错误文件:/vendor/modstart/modstart/src/Core/Util/ImageUtil.phpline:34exception: "Error"
更新时间:2025-03-06 17:07:04
[模块文档] 默认的 ModStartCMS 模板怎么修改首页?
由于 CMS 使用的是动态数据模型,因此默认情况下模板的调用和数据是要匹配的。目前首页的模块相对固定,如果需要修改首页的内容可以直接修改以下的文件:首页 module/Cms/View/pc/cms/index.blade.php 默认列表 module/Cms/View/pc/cms/list/default.blade.php 文章详情 module/Cms/View/pc/cms/detail/default.blade.php 产品列表 module/Cms/View/pc/cms/list/product.blade.php 产品详情 module/Cms/View/p...
更新时间:2023-11-30 08:30:51
[模块文档] 阿里云视频直播服务配置
阿里云服务购买 视频直播服务购买地址:https://www.aliyun.com/product/live 视频直播控制台:https://live.console.aliyun.com 配置过程1)配置播流域名 https://live.console.aliyun.com/#/domain/list 2)配置推流域名 https://live.console.aliyun.com/#/domain/list 3)填写配置信息到模块配置
更新时间:2023-04-18 09:56:40
[文档] Blog主题教程 - 博客列表 `blog.list`
博客列表 $records !!!include(docs/.vuepress/include/blog-records.md)!!! 博客分页 !!!include(docs/.vuepress/include/pagination.md)!!!
更新时间:2023-12-04 10:31:17
[讨论] 隐藏无文档的辅助分类,这个也没用,
  https://www.kaoship.com/wenku/list/10  不管有无文档都显示
更新时间:2025-04-07 15:33:46
[文档] CMS主题教程 - 列表页面 cms.list.default
内容记录 $records 循环输入内容列表 @foreach($records as $record) {{$record['title']}} @endforeach !!!include(docs/.vuepress/include/cms-records.md)!!! 当前栏目 $cat !!!include(docs/.vuepress/include/cms-cat.md)!!! 顶级栏目 $catRoot 如果当前栏目为顶级栏目,则该变量与 $cat 相同。 !!!include(docs/.vuepress/include/cms-cat.md)!!! 子栏目 $catChildren @foreach ($catChildren as $cat) {{$cat['t...
更新时间:2026-06-16 19:20:01
[文档] 模块入门开发教程 - 模块视图文件
模块视图文件均位于 module/Xxx/View 中 在Web模块中引用视图 use ModStart\Module\ModuleBaseController; class XxxController extends ModuleBaseController{ // ... public function index(){ // 使用 module/View/Xxx/pc/aaa/bbb.blade.php 视图 return $this->view('aaa.bbb',[ // ... ]); } // ... } 在Admin模块中引用视图 use Illuminate\Routing\Controller;...
更新时间:2024-09-27 17:43:49
QQ
微信
客服