tontof / kriss_feed

A simple and smart (or stupid) feed reader
281 stars 53 forks source link

KrISS Feed and Php 7 #371

Closed haruka-7 closed 8 years ago

haruka-7 commented 8 years ago

Hi,

Does KrISS Feed support Php 7.0 ? I have the error message below, when I try to update a website feed.

"PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding() in /var/www/krissfeed/index.php:762" - https://framapic.org/u0p8wMn9HzNZ/IbknhEjt7Cis.png

tontof commented 8 years ago

I did not have PHP 7.0 to test but on PHP doc it's seems to be OK: http://php.net/manual/en/function.mb-internal-encoding.php Are you sure php-mbstring is installed for PHP 7.0 ? http://tontof.net/kriss/feed/#requirements

haruka-7 commented 8 years ago

Works after installing php7.0-mbstring. Thanks :-)