After clicking on "repository is out of date. Update it by clicking here." there are show these warnings:
warning: simplexml_load_string() [function.simplexml-load-string]: (null)Entity: line 68753: parser error : out of memory error in .../sites/all/modules/plugin_manager/plugin_manager.module on line 277.
warning: simplexml_load_string() [function.simplexml-load-string]: ProjectsModules in .../sites/all/modules/plugin_manager/plugin_manager.module on line 277.
warning: simplexml_load_string() [function.simplexml-load-string]: ^ in .../sites/all/modules/plugin_manager/plugin_manager.module on line 277.
warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 68753: parser error : out of memory error in .../sites/all/modules/plugin_manager/plugin_manager.module on line 277.
warning: simplexml_load_string() [function.simplexml-load-string]: ProjectsModules in .../sites/all/modules/plugin_manager/plugin_manager.module on line 277.
warning: simplexml_load_string() [function.simplexml-load-string]: ^ in .../sites/all/modules/plugin_manager/plugin_manager.module on line 277.
when i click on "update" to update some modules, i can uncheck those modules, i don't want to update, but after clicking on "Install Updates" the same page is shown again, with all updatable modules checked.
It would be great if you guys can help me, Thanks a lot!
Comments
Comment #1
narhir commentedI have exatly same error
Comment #2
jactheman commentedI get the same error does anyone know how to solve this?
Comment #3
Anonymous (not verified) commentedUnfortunately this is a consequence of the way the project was designed. I can give no quick fix. Fixing this will require rewriting the XML parser to use a more resource friendly parsing mechanism.
If anyone is willing to write the patch, I'm willing to commit it.
Comment #4
Anonymous (not verified) commentedMost recent commit fixes this issue. The development version should now work properly.