just updated an old CMS Made Simple installation in these steps:
1.11.6 -> 1.11.13 -> 1.12.2 -> 2.1.3
as perfectly documented here. After logging in to the updated 2.1.3 admin environment the Module Manager didn't load for some reason.
Admin log message:
Which seemed a bit odd on this very modern version 2 of CMS Made Simple also with the nuSOAP module having a last release date 126 months ago.Cannot load module ModuleManager ... Problem loading dependent module nuSOAP version 1.0.1
In the database I discovered in the cms_module_deps:
parent_module child_module minimum_version create_date modified_date
nuSOAP ModuleManager 1.0.1 2008-08-13 19:13:59 2008-08-13 19:39:59
so after a simple:
DELETE FROM `cms_module_deps` WHERE parent_module="nuSOAP"
the Module Manager loaded up fine again. Any idea though why this dependancy wasn't removed upon upgrading CMS Made Simple?