Bob
Well-known member
Fyi, if you visit the Stocktrader support thread above, it seems that [bd] Banking is using an older method for the XenForo_DataWriter_Discussion_Therad _discussionPostDelete method.
Banking is passing it an array of $messages, but newer versions of that method don't pass anything.
@xfrocks handles backwards version compatibility in the BD Widget Framework for PRE xf 1.2 _discussionPostDelete(array $messages) vs xf 1.2 and greater _discussionPostDelete() however, not this addon (at least the versions here). Its the root of both errors listed above.