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,898
- Points
- 823
Reputation:
This has been discussed in the past but the solution is usually to ask plugin authors ton update their plugins for improved PHP8.1/PHP8.2 compatibility, whereas I think this is clearly a problem inside Xenforo 2.2.15 (for the time beeing)
The file
./src/vendor/dokuwiki/utf8/utf8.php
Contains code that is not compatible with PHP8.2, often spitting out warning about passing "null" to strlen
This can be "hidden" by not sending null to strlen inside, aot, admin templates, but it's simply...
Read more
Continue reading...
The file
./src/vendor/dokuwiki/utf8/utf8.php
Contains code that is not compatible with PHP8.2, often spitting out warning about passing "null" to strlen
This can be "hidden" by not sending null to strlen inside, aot, admin templates, but it's simply...
Read more
Continue reading...