ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,003
- Points
- 823
Reputation:
Content:
Hello XenForo Community,
I encountered a bug related to the Giphy option configuration in XenForo 2.3.0, which results in a
Code:
Read more
Continue reading...
Hello XenForo Community,
I encountered a bug related to the Giphy option configuration in XenForo 2.3.0, which results in a
TypeError
. The error occurs when the callback function in XF\Option\Giphy
expects an array but receives a string instead. Here’s the detailed error message:Code:
TypeError: XF\Option\Giphy::XF\Option\{closure}(): Argument #1 ($buttonSet) must be of type array, string given, called in...
Read more
Continue reading...