Hello,
I am trying to install the subscriptions module but it does not show up in the modules list (administer: modules), so I can not enable it.
Here is what I did:
-I have downloaded subscriptions-4.6.0.tar.gz.
-I have executed subscriptions.mysql.
-I have verified the existence of the table 'subscriptions' in the drupal database.
-subscriptions.module was copied to the modules directory.
My Drupal version is 4.6.2. I have had no problems activating other modules I have downloaded.
Regards,
Frans
Comments
Comment #1
tostinni commentedHi,
Well, I can't reproduce it, I think there may have been a problem with the download...
I just check subscription version (the same I'm currently using) and it seems to be just fine.
Can you try again downloading it and putting it again in modules directory ?
If it's still doesn't work, can you check the module opening it with a text editor to verify if
function subscriptions_help($section) {exists ?Comment #2
Fransie commentedYes! Your suggestion worked, I have downloaded the module again and have overwritten the old subscriptions.module with the new one. After that, I coudl activate the module. The strange thing is that the old and the new file seemed indentical: the same size and date.
Wait a minute... I think something else might have been the matter: For a while, I had the 4.6.0 and 4.6.2 drupal folders sitting next to each other. Maybe I somehow used a link to the 4.6.0 folder, where the subscriptions module had was not present. I have just removed the 4.6.0. folder and discovered an old bookmark. Probably that was the cause of the problem. In that case, I'm sorry to have bothered you.
Regards,
Frans
Comment #3
tostinni commentedYour welcome.