-
Bug
-
Resolution: Fixed
-
Major
-
2.2.1, 2.3.2, 2.4
-
Any
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
-
1. Login as Admin > RSS client > Add/edit feeds
2. Test the new feed, works well
3. Add a new 'Remote RSS feeds' block.
4. Block display fine.
BUT click on any linked list, go to error page, 'Incorrect element id! '
Checked the url:
http://mysite/moodle/mod/glossary/showentry.php?courseid=110&eid=51
Obviously it should be:
http://mysite/moodle/mod/glossary/showentry.php?courseid=110&eid=51 (manually change it and works)
HOW COME the link made by Moodle2.2.1 replaced the '&' with '&'?
When I created a 'Remote RSS feeds' block for a Database activity module, got SAME problem:
where:
http://mysite/moodle//mod/data/view.php?d=2&rid=12
link to the main database view, rather than the 'view single', It should be:
http://mysite/moodle/mod/data/view.php?d=2&rid=12
HOW COME the link made by Moodle2.2.1 replaced the '&' with '&'?
(When I created a 'Remote RSS feeds' block for a forum module, No problem, list link to the correct post)
Can some one help me to fix it please. URGENT
Thanks