✅首先网站已经正确配置
✅注册用户数据已经写入数据库
❌注册用户的数据 没有出现在 权限表 users_groups ,手动添加 用户id 组id 为 3(Member用户权限) 此时用户可以发帖与回复并且不会出现500报错
⚠网站可以注册,但是没有发送注册用户确认邮件,此处不知道是不是有问题
错误信息如下
POST https://www.test.help/api/posts
{
"errors": [
{
"code": 500,
"title": "Internal server error",
"detail": "exception 'TijsVerkoyen\Akismet\Exception' with message 'Invalid API-key' in /var/www.test.help/public_html/vendor/tijsverkoyen/akismet/Akismet.php:93\nStack trace:\n#0 /var/www/test.help/public_html/vendor/tijsverkoyen/akismet/Akismet.php(363): TijsVerkoyen\Akismet\Akismet->doCall('comment-check', Array)\n#1 /var/www/test.help/public_html/extensions/flarum-akismet/src/Listener/FilterNewPosts.php(71): TijsVerkoyen\Akismet\Akismet->isSpam('qweqe', 'githubAccount', 'test@hotm...', NULL, 'comment')\n#2 [internal function]: Flarum\Akismet\Listener\FilterNewPosts->validatePost(Object(Flarum\Ev...........
}
希望在社区能获得同学们的帮助 在这里先谢谢大家了 握爪 : )