问题描述 我把webman/gateway-worker插件和配置复制了一份,修改了配置,启动报错! 程序代码:gateway-worker的process.php <?php use Webman\GatewayWorker\Gateway; use Webman\GatewayWorker\BusinessWorker; use Webman\GatewayWorker\Register; return...
webman里安装好了gatewayworker,只有一个websock的端口监听,想再加一个websock的新的端口监听别的业务,怎么做? <?php use Webman\GatewayWorker\Gateway; use Webman\GatewayWorker\BusinessWorker; use Webman\GatewayWorker\Register; return [ 'gat...
问题描述 怎么安装php8以下的版本啊? 我本机环境是php7.4的 这是直接composer命令安装: 这是gitee下载了源码在根目录composer install的 可以了,是镜像的问题...
问题描述 正在开发一个基于layui的社区插件,用户模块在按照webman的用户插件对接,注册邮箱和手机号码是否必填和是否验证都继承了。 问下这个插件开发完毕后能不能上架呀! 目前在做用户端的发帖功能,刚改了编辑器为站内都用的 tinymce 部分效果截图 ...
问题描述 tinymce使用附件上传的接口报错,无法获取文件后缀,导致图片上传失败 plugin\admin\app\controller\UploadController类 base方法的 $ext = strtolower($file->getUploadExtension()); 为空 报错信息 "msg": "Could not move the file \"E...
问题描述 ArgumentCountError: Too few arguments to function Workerman\Protocols\Http\Request::__construct(), 程序代码 <?php namespace plugin\wekbbs\app\controller; use support\Request; use support\Response; use Web...