搜索中心
全部 模块文档 模块 讨论 文档 问答
搜索 web.pps-web-whatapp.hl.cn , 共找到 92 条记录
搜索结果
[讨论] 系统自带留言板提示接口不存在?
问题描述: 页面提示:接口不存在 : /cms/form/submit 环境信息: ModStartCMS v6.4.0 Laravel9 复现步骤: <form action="{{ modstart_web_url('cms/form/submit',['cat'=>7]) }}" method="post" data-ajax-form>    手机:<input type="text" name="phone" >    姓名:<input type="text" name="name&q...
更新时间:2023-05-26 22:26:04
[文档] 安装使用常见问题 - Q:迁移环境后出现访问500错误
出现类似如下错误 Failed opening required 'xxx/module/Vendor/Web/routes.php' ** Stack trace: #0 {main} 系统在运行时为了提高性能会缓存部分文件路径,在新环境如果路径不一致会导致缓存文件加载失败。只需要清除缓存即可,步骤如下: Tips:删除目录中的所有文件,注意不要删除目录本身,完成后重试 删除 bootstrap/cache/ 中的所有文件 删除 storage/framework/cache/ 中的所有文件
更新时间:2026-03-09 14:49:08
[模块] 百度推送 BaiduPush
模块介绍「百度推送」是一个提供百度主动推送功能。通过在百度站长获取主动推送URL,完成网站产生链接后立即推送的功能。功能特性 链接增加主动推送 链接更新主动推送 如何使用需要在需要实时产生页面的地方通过以下方法调用来产生,需要不同模块内置支持。\Module\Vendor\Provider\SiteUrl\SiteUrlProvider::updateBiz('xxx', modstart_web_url('test'), '页面标题') 后台菜单&nbs...
电脑 手机
更新时间:2023-10-23 14:07:40
[讨论] 升级新版后为什么按照教程用session设置语言不起作用呢?
问题描述: \Illuminate\Support\Facades\Session::put('_locale','zh') 这是官方教程里的方法,但我在controller里使用后不起作用 环境信息: PHP 7 复现步骤: 在/module/Cms/Web/Controller下修改任一文件,比如IndexController, use Illuminate\Support\Facades\Session;   public function index()     {         Session::put('_locale',...
更新时间:2023-08-25 16:16:39
[讨论] 文件恶意上传漏洞公告 修改后不能上传文档
https://modstart.com/security/news/1 上传页面出现500错误 编辑文档也出现500错误 Symfony\Component\Debug\Exception\FatalThrowableError: Access to undeclared static property: ModStart\Data\FileManager::$slowDebugin /www/wwwroot/hz102.cn/vendor/modstart/modstart/src/Core/Util/EnvUtil.php:14 Stack trace:#0 /www/wwwro...
更新时间:2023-10-31 09:27:06
[文档] 模块入门开发教程 - 模块文件介绍
目录结构 module/Xxx ├─ Admin/ → 后台管理 │ ├─ Controller/ │ │ ├─ ...... │ │ └─ ConfigController.php → 后台配置开发Controller │ └─ routes.php → 路由 ├─ Api/ → API接口 │ ├─ Controller │ │ └─ ...... │ └─ routes.php → 路由 ├─ Asset/ → 模块资源文件,安装后会复制到...
更新时间:2024-09-27 17:43:49
[讨论] 加密文章查看出现500提示
问题描述: 请详细描述问题 环境信息: PHP版本    V8.2.16   Linux   系统版本  V3.8.0 ( With LARAVEL9 ) 模块版本等 加密文章查看时出现500提示 复现步骤: 1 2 3 [2024-03-23 22:03:45] product.ERROR: Method Illuminate\Session\Store::set does not exist. {"exception":"[object] (BadMethodCallException(code: 0): Method Illuminate\\Se...
更新时间:2024-03-23 22:06:33
[模块] 热门搜索 HotSearch
模块介绍「热门搜索」是一个提供热门搜索管理、关键词频次等管理功能功能特性 热门搜索管理关键词频次统计 调用后台配置的热门关键词<div> 热门搜索: @foreach(\Module\HotSearch\Util\HotSearchUtil::hotKeywords() as $hk) <a href="{{modstart_web_url('search',['keywords'=>$hk['keywords']])}}"> {{$hk['keywords']}}...
电脑 手机
更新时间:2024-06-17 11:06:31
[讨论] 注册验证码全部失效
问题描述: https://www.dasu.net.cn/register https://www.taoisms.org.cn/register https://www.zhimucishan.com/register 怪不得都没人注册了
更新时间:2023-04-18 09:57:00
[问答] 上传图片的时候报错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
QQ
微信
客服