See attached. Nodewords was disabled when running update.php. The problem could be Update #6136, that needs to verify if nodewords is already enabled before it enabled the submodules programmatically.

You can see in the screenshot that nodewords checkbox is disabled... Hopefully there is no data lost.

CommentFileSizeAuthor
nodewords_upgrade_from_D5.png13.25 KBhass

Comments

hass’s picture

I think the submodules need to be kept disabled if the main module is disabled...

avpaderno’s picture

Status: Active » Fixed

The bad is that the checkbox for Nodewords has been disabled from Drupal core code, which notices there are modules that require nodewords.module. It would be better that the checkbox should be disabled only when it is checked.

I fixed the code, which now checks if the module is enabled; this needs to be done because the update functions are invoked even when the relative module is disabled.

hass’s picture

Note: The module wasn't disabled by core, it was disabled by me for the reason that the core documentation suggest to disable all modules prior to a major version upgrade. Your fix should solve this! thx.

avpaderno’s picture

I was referring to the checkbox under Activiert, which for Nodewords is not selectable; that means you cannot enable the module, which remains disabled.

I notice that there are two columns of checkboxes; which module do you have enabled? It could be of use for my site too.

hass’s picture

throttle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.