nuSOAP dependancy not removed when updating

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
tristan
Dev Team Member
Dev Team Member
Posts: 375
Joined: Tue May 02, 2006 10:58 am

nuSOAP dependancy not removed when updating

Post by tristan »

Hi there,

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:
Cannot load module ModuleManager ... Problem loading dependent module nuSOAP version 1.0.1
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.

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?
Post Reply

Return to “CMSMS Core”