You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screenshots
(modal backdrop altered to better show what's behind it)
Environment
Flarum version: 1.0.1
Extension version: 1.0.0
Possible solution(s)
The problem is that Flarum's Discussion::start() method does not accept null as the author. I don't think there's an issue for it at the Flarum level yet.
A workaround would be to create the discussion model without using Discussion::start.
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
If you start the split from a post with [deleted] user, the split fails with a 500 error.
Steps to Reproduce
Error message from log file:
Screenshots
(modal backdrop altered to better show what's behind it)
Environment
Possible solution(s)
The problem is that Flarum's
Discussion::start()
method does not acceptnull
as the author. I don't think there's an issue for it at the Flarum level yet.A workaround would be to create the discussion model without using
Discussion::start
.The text was updated successfully, but these errors were encountered: