Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: None
-
Component/s: Backup
-
Labels:None
-
Environment:Moodle 1.9.2 on Linux Fedora Core 9 with Apache 2.2.9, PHP .5.2.6 and MySQL 5.0.51a
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
Restore and html entities problem
We have several Moodle 1.9.2 installations on different servers and we only have this problem in one using PHP 5.2.6 on Fedora Core 9
If we try to recover a backup the html entities in the embedded text gets broken.
The backup system appear to work well. We can restore any backup on a different machine without problems.
Obviously the problem is related to something in the system, maybe PHP but I can not see the difference. In the servers that works I use a similar setup but with CentOS5.
All Moodle installations at the same server have this problem.
Look at the screenshots. I think they explain the problem very well.
Thank you.
Yes, it seems that its one well-know-old-problem that has happened again in the PHP side.
See:
it seems that you'll need to avoid some libxml2 versions.
- http://moodle.org/mod/forum/discuss.php?d=17212 (the old PHP 5.0.2 problem)
- http://moodle.org/mod/forum/discuss.php?d=106639 (the current one)
it seems that you'll need to avoid some libxml2 versions.