发帖和回复时会出现左下角的错误弹窗。
[2025-12-14 13:02:22] flarum.ERROR: TypeError: FoskyM\CustomLevels\Event\ExpUpdated::__construct(): Argument #2 ($exp) must be of type int, string given, called in /www/sites/bbs.cathi.cn/index/flarum/vendor/foskym/flarum-custom-levels/src/Integration/ForumQuests/Listeners/QuestDoneListener.php on line 55 and defined in /www/sites/bbs.cathi.cn/index/flarum/vendor/foskym/flarum-custom-levels/src/Event/ExpUpdated.php:22
解决方案是修改flarum/vendor/foskym/flarum-custom-levels/src/Integration/ForumQuests/Listeners/QuestDoneListener.php文件第54行新增。
$expValue = (int)$reward->value;