Page 1 of 1

Module manager fails upgrading modules

Posted: Wed Jun 28, 2017 1:24 pm
by virgo
For me Module Manager failed on updating two modules, when "Always install the newest dependency module" was no. With FormBuilder the error was:
The module CMSMailer (1.73) could not be found in the repository, but it is a dependency.
And with JQueryTools the error was:
The module CGExtensions (1.54.4) could not be found in the repository, but it is a dependency.

In both cases newer versions of dependencies were installed. When I set "Always install the newest dependency module" to Yes, upgrades installed.

Is this expected behavior?

CMSMS 2.2.1

Re: Module manager fails upgrading modules

Posted: Wed Jun 28, 2017 2:17 pm
by calguy1000
Pretty much.

It's telling you that it cannot download those versions of those modules from the forge. Because they are not there. You now must resolve dependencies manually.

Or just tell it to grab the latest version of the dependant module.

Re: Module manager fails upgrading modules

Posted: Thu Jun 29, 2017 6:04 am
by virgo
calguy1000 wrote:Pretty much.
It's telling you that it cannot download those versions of those modules from the forge. Because they are not there. You now must resolve dependencies manually.
Ok. I expected this error only to happen (with this configuration), if dependencies are not installed at all or are too old. But at least now I know, that it is not caused by some local issue. Thanks.