StarCitizenTools / mediawiki-skins-Citizen

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.
https://www.mediawiki.org/wiki/Skin:Citizen
GNU General Public License v3.0
227 stars 58 forks source link

Deprecated: mb_convert_encoding(): #601

Closed krolingo closed 6 months ago

krolingo commented 1 year ago

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /usr/local/www/mediawiki/vendor/wikimedia/html-formatter/src/HtmlFormatter.php on line 94

Installed software

Product Version
MediaWiki 1.39.2
PHP 8.2.0 (fpm-fcgi)
MySQL 5.7.40-log
ICU 72.1
Pygments 2.11.2

Installed software Product Version MediaWiki 1.39.2 PHP 8.2.0 (fpm-fcgi) MySQL 5.7.40-log ICU 72.1 Pygments 2.11.2

I have this error displayed on all pages. How can I fix or hide?

alistair3149 commented 1 year ago

It is a MediaWiki upstream issue with PHP 8.2 being tracked in T324170. I'll implement a temporary fix until T330528 is resolved.

alistair3149 commented 1 year ago

Would you mind to check if you have the same error on special pages? And also do you have MobileFrontend enabled? There are a few other extensions that can cause the same error as well.

krolingo commented 1 year ago

I disabled comments on php.ini issue solved for now...