augushong

Results 39 issues of augushong

``` {include file="../application/view/default/public/header.html" /} ``` 如果是正常的部署并且设置目录到public,那么这个包含文件是正常的, 此时是基于public目录开始的. 但如果是使用: ``` think php run ``` 就会出现问题,就不是基于项目public目录而是项目根目录了.

如截图的效果,使用官方的workerman组件,并不能正确返回预期的类型,比如css,并没有返回css,而是text/plain,js也是. 我是继承了官方组件http,重写了几行内容,但并非我重写的原因,官方组件的效果也是如此. 我的php版本是7.2.13,系统是fedora29. 求证是否存在此问题或如何修复,我临时打算重写为其他方法.

在tp8中,通过getOutput获取输出对象失败,在之前的版本可以正常获取到。 ![图片](https://github.com/top-think/think-migration/assets/31880431/c69cedfc-6d0d-4e8f-8577-b9b034561ce9) ``` [TypeError] Phinx\Seed\AbstractSeed::getOutput(): Return value must be of type think\console\Output, null returned Exception trace: () at C:\www\user_hub\vendor\topthink\think-migration\phinx\Seed\AbstractSeed.php:138 Phinx\Seed\AbstractSeed->getOutput() at C:\www\user_hub\database\seeds\InitBaseAdminData.php:20 InitBaseAdminData->run() at C:\www\user_hub\vendor\topthink\think-migration\src\command\seed\Run.php:96 think\migration\command\seed\Run->executeSeed() at C:\www\user_hub\vendor\topthink\think-migration\src\command\seed\Run.php:67 think\migration\command\seed\Run->seed() at...

大佬,直接运行compose,无法运行,似乎是初始化第九行使用vector扩展失败。 这是什么原因呢?似乎是jie123108/postgres-imgsmlr镜像有问题,可以提供dockerfile吗? 应该怎么解决问题呢? ![图片](https://github.com/jie123108/imgsmlr-server/assets/31880431/bd66411d-b69d-4765-a2f4-4bf8f7ae295c)初始化

### 🐞 Bug Report If the forwarded message comes from a deleted chat, it seems that an error will be reported. Now forward the message to the save message of...

bug

### 议题条件 - [x] 我确认已查看官方使用文档:https://layui.dev ,但没有找到相关解决方案。 - [x] 我确认已在 [Issues](https://github.com/layui/layui/issues?q=is%3Aissue ) 中搜索过类似的问题,但没有找到相关解决方案。 - [x] 我已仔细阅读: 🍀[ Layui Issue 贡献指南](https://github.com/layui/layui/blob/main/CONTRIBUTING.md) ### 议题类型 功能请求 ### 使用版本 2.10.1 ### 问题描述 假设我们有一个父节点A,子节点a1,a2, 当我使用异步加载子节点的时候,我使用添加方法插入子节点a3,此时会在对应的父节点中插入. 但如果我没有提前展开父节点,那么插入a3之后,就没办法获取到a1,a2的数据了。除非我使用updateNode更新整个A节点的情况,但这会导致所有A下的节点都会发生变化。...

enhancement

I used php8.2 before, but recently I migrated the server and updated the dependencies. I found that the latest version should use php8.4. But this error message appears when downloading...

### 所属功能组件 路由(ORM/CACHE) ### ThinkPHP 版本 8.1.3 ### 操作系统 centos ### 错误信息 ## 复现 创建一个新项目,修改代码app\controller\Index.php: ```php

bug