See screenshot and check my patch.

Thank you

Comments

salvis’s picture

Are you trying to run update.php (upgrade Subscriptions) with Subscriptions disabled?

mrded’s picture

It's update from Drupal 6 to Drupal 7.

salvis’s picture

Status: Needs review » Postponed (maintainer needs more info)

Yes, I know. Please answer my question.

mrded’s picture

StatusFileSize
new78.8 KB

Subscriptions was enabled.

salvis’s picture

How can it be that subscriptions_mail.module is not loaded, if Subscriptions Mail is enabled?

Your screenshot shows that it's enabled now, but the question is whether you enabled Subscriptions Mail before trying to run update.php on it or afterwards. I suspect that you enabled it afterwards, which would explain what you've reported.

Has anyone else seen this problem? Or has anyone upgraded from D6 and NOT seen this problem?

mrded’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Yeah, you right! I forgot activate contrib modules before update.
It's stupid that drupal core runs update for disabled modules.

I found this instruction, sorry about that.

salvis’s picture

Title: Update to #7000 fails » Updating subscriptions_mail to #7000 fails if it's not enabled
Category: bug » task
Status: Closed (won't fix) » Needs work

Actually, there are people who do this on purpose, so it makes sense to block updating if the module is not enabled. But that's a different patch.

Thank you for the follow-up.

salvis’s picture

Status: Needs work » Fixed

subscriptions_mail_update_7000() will now abort properly if the module is not enabled.

Status: Fixed » Closed (fixed)

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