stephanediondev / readerself

Replaced by a new version
https://github.com/stephanediondev/feed
Other
158 stars 26 forks source link

Cannot add feeds with UTF-8 (bug) #21

Open GLLM opened 10 years ago

GLLM commented 10 years ago

Despite having PHP Version 5.5.9 + iconv activated + mbstring activated, I have plenty of feeds I cannot add.

Selection : http://www.adelto.co.uk/feed/ http://www.fujirumors.com/feed/

Cheers

stephanediondev commented 10 years ago

No problem with mysql or sqlite Feeds are generally in utf8

There is another problem

adelto fujirumors

GLLM commented 10 years ago

OK, this is strange, cos' I trie many time to add them ...

I'll try again when I'm at home tonight.

Thanx

GLLM commented 10 years ago

Tried again, failed again :

screenshot 2 screenshot 3 screenshot 4 screenshot 5

habakuk007 commented 10 years ago

Similiar error here. I imported feeds and update them via command line ('php index.php refresh items') and get this error:

PHP Notice: The data could not be converted to UTF-8. You MUST have either the iconv or  mbstring extension installed. Upgrading to PHP 5.x (which includes iconv) is highly recommended. in /var/www/virtual/habakuk/reader.trumpkin.de/thirdparty/simplepie/SimplePie.php on line 1396

I used PHP 5.4.0. mbstring and iconv are enabled.