FriendsOfFlarum Webhooks
Hello! I've got an issue with upgrading this plugin from the old Reflar version to FoF including upgrading Flarum.
The old setup was flared/core 0.1.0-beta.13 and reflar/webhooks 0.2.3.
I've update Flarum to v0.1.0-beta.16 and I try to update web hooks. After a few tries fof/webhooks": "0.3.2", is the latest version that works.
When I require version 0.4.0 or greater and run php flarum migrate
, I've got:
In Connection.php line 678:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
(SQL: alter table `flarumwebhooks` add `tag_id` int unsigned null)
In Exception.php line 18:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
In PDOStatement.php line 112:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
Is there a step I've missed?
Thnx!
Webhooks seems not working fine with beta-16
had to deactivate waiting an update
I just upgraded to Beta 16 on my Dev instance also get errors during events that trigger webhooks. I've created an issue for it here, can you see if it resembles your issue? (Look in your flarum logs under /storage/logs
). I will hold off upgrading production for now.
- Edited
I seem to be getting this error, but I started using Flarum with version 16 so I don't have a way to downgrade my database sadly... Added my details to FriendsOfFlarum/webhooks34
therealgorgan I don't think it is compatible with beta 16.
- Edited
Any chance this is being updated to work with 1.0 soon?
Also, maybe this could help to add IRC support: https://github.com/xPaw/GitHub-WebHook ?
See also: FriendsOfFlarum/webhooks36
Extension cannot be activated (FriendsOfFlarum/webhooks38)
- Edited
Does anyone know what conditions can lead to this bug?
FriendsOfFlarum/webhooks37
I am trying to figure out if there is a way I can workaround the issue by avoiding doing whatever causes it.
1.0.1
- Fix not all tags being available in dropdown
- Improve error handling & reporting of both request & event issues
- Events should now be reported to e.g. Sentry
- Errors in the Flarum log file will now have a tiny bit more information
I've not been able to reproduce the Closure bug (FriendsOfFlarum/webhooks37) locally yet.
datitisev FriendsOfFlarum/webhooks38
Can you look at the error in the link?
DursunCan did you ever create this column manually (like I did a long time ago), or did you run the migrate after extension updated?
You could rename the column temporarily, tag_id_temp, run the migrate, enable extension, if all good then remove the newly created tag_id column and then rename the old one back to tag_id.