Issue Details (XML | Word | Printable)

Key: MDL-20220
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda (frankenstein)
Reporter: Dan Marsden
Votes: 1
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

add notification in admin page about buggy libxml2 versions

Created: 04/Sep/09 12:40 PM   Updated: 04/Sep/09 01:45 PM
Component/s: Administration
Affects Version/s: 1.9.5
Fix Version/s: None

Issue Links:
Relates
 

Participants: Dan Marsden and Petr Skoda (frankenstein)
Security Level: None
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
libxml2 has caused us a range of issues - see: MDL-16759, MDL-17136, and I've just spent way more time than I should trying to debug an issue on a shared host environment that turned out to be another issue related to the libxml2 stuff - Moodle Networking (Mnet) doesn't work!

we should really add a notification based on the libxml version that gives admins the ability to resolve this issue. IMO adding stuff to faq/docs pages isn't really enough
Wordpress have used some code like this:
if(LIBXML_DOTTED_VERSION == '2.7.0? ||
LIBXML_DOTTED_VERSION == '2.7.1? ||
LIBXML_DOTTED_VERSION == '2.7.2? ||
LIBXML_DOTTED_VERSION == '2.7.3?)



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Marsden added a comment - 04/Sep/09 12:43 PM
this is all related to the PHP bug detailed here: http://bugs.php.net/bug.php?id=45996

Dan Marsden added a comment - 04/Sep/09 01:45 PM
adding a link to the Mnet discussion that details what happens when Mnet fails...

http://moodle.org/mod/forum/discuss.php?d=101459#p577035