portal
portal copied to clipboard
ThinkCMF企业门户解决方案,基于ThinkCMF5.1开发
我就一个问题 你们能不能不要吧后台模块放到vendor 里面啊二开麻烦的很 这种设计完全不考虑别的开发 拍脑袋自以为是的东西
1、TP6已经删除关联类的setEagerlyType方法(https://www.kancloud.cn/manual/thinkphp6_0/1037654) 但在 app/portal/model/PortalPostModel.php 中 user() 等中还调用了 setEagerlyType() 导致报错。 2、app/portal/service/PostService.php 第237行,关于时间范围的查询, ->where('post.published_time', ['< time', time()], ['> time', 0], 'and') 这种写法在TP6中不被支持了。 还有其它坑。
操作路径:门户管理-文章标签-添加标签 导致:500错误,method not exist:think\db\Query->isUpdate
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.4 to 6.1.6. Release notes Sourced from phpmailer/phpmailer's releases. PHPMailer 6.1.6 This is a security release, with some other minor changes. For full details, refer to the...
折腾了整整半天,放弃了
如图,解析路由时,274行正则起始结束符 “/” 会和URL中的 “/” 冲突,导致正则错误。 将起始结束符改为其他字符,如 “@” 即可。