nextcloud / news

:newspaper: RSS/Atom feed reader
https://apps.nextcloud.com/apps/news
GNU Affero General Public License v3.0
854 stars 182 forks source link

php8.2: Handling HTML entities via mbstring is deprecated at /news/lib/Fetcher/FeedFetcher.php#319 #2609

Open uncovery opened 6 months ago

uncovery commented 6 months ago

IMPORTANT

Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)

Explain the Problem

What problem did you encounter?

Steps to Reproduce

look at the logfile

System Information

Contents of nextcloud/data/nextcloud.log ```json {"reqId":"pPJ4srmH83A0Yr3nDsmW","level":0,"time":"2024-03-08T16:20:13+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":"mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead at /var/www/nextcloud/public_html/apps/news/lib/Fetcher/FeedFetcher.php#319","userAgent":"--","version":"28.0.3.2","data":{"app":"PHP"}} ```
Grotax commented 3 months ago

Hi we can't fix this at the moment. We would need to upgrade feed-io and drop support for older php versions.