Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Course, HTML Editor, Lesson, Questions, Quiz
-
Labels:None
-
Environment:Linux
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
I try to import Quizzes and HTML pages from a course to other course. The link in the HTML code is pointing the original folder instead of the destination folder.
I import QUIZ or HTML page with images (not attached, inserted with HTML editor) from course ID=9 to course ID=6
RESULT : images not displayed for the students because of a link problem
HTML CODE : ".../file.php?file=%2F9/OOWriter/icone.png" instead of ".../file.php?file=%2F6/OOWriter/icone.png"
Hoping that this is not a duplicate. I find that this tracker is not user-friendly !
Moodle 1.9.2+ (Build: 20080924)
MySQL 5.0.60
apache 2.2.9
php 5.2.4
I found that images files are not imported to the destination folder...