Our RSS feeds are giving the following error when attempting to add them to Moodle:
Error loading this RSS feed (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.)
Steps to reproduce on http://demo.moodle.net :
- Add a Remote RSS feed block
- On this block navigate to 'Configuration -> Add/edit feeds -> Add a new feed'
- Enter the URL: http://3p5dev.intralibrary.com/IntraLibrary-RSS?rss_feed_id=6a6176612e7574696c2e52616e646f6d403661626663366534&rss_2.0.xml
- Click 'Add a new feed'
Feed is validated, and executing iconv directly on it via 'iconv -f UTF-8 6a6176612e7574696c2e52616e646f6d403661626663366534.xml -o test.txt' is successful.
- has a non-specific relationship to
-
MDL-31142 slow textlib::substr() and invalid result if length not specified
-
- Closed
-