Closed (fixed)
Project:
Subscriptions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 13:32 UTC
Updated:
10 Jun 2012 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
salvisAre you trying to run update.php (upgrade Subscriptions) with Subscriptions disabled?
Comment #2
mrded commentedIt's update from Drupal 6 to Drupal 7.
Comment #3
salvisYes, I know. Please answer my question.
Comment #4
mrded commentedSubscriptions was enabled.

Comment #5
salvisHow 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?
Comment #6
mrded commentedYeah, 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.
Comment #7
salvisActually, 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.
Comment #8
salvissubscriptions_mail_update_7000() will now abort properly if the module is not enabled.