Sorry for the dumb question -- I upgraded from 1.5 to 2.4 by just overwriting the old files in the mass_contact folder, but when I run the drupal upgrade script, the mass contact module does not appear in the list of components to be upgraded. thus, it appears i'm still using version 1.5 (as that's what appears on the modules page). What am I doing wrong?

Comments

oadaeh’s picture

Try deleting the old directory and creating a new directory with the new files. Maybe something didn't get overridden on the copy operation.

anonymous562’s picture

Just tried that---still shows version 1.5 in the modules list.

oadaeh’s picture

Make sure you don't have a second copy installed somewhere else. Look in //modules and //sites/*/modules for any other copy of the module. Something like "$find /path/to/drupal/ -name module.info" and "$find /path/to/drupal/ -name module.module" should do it. You might also look in the mass_contact.info file to see what version it says in there.

anonymous562’s picture

Status: Active » Closed (fixed)

Got it -- I had a backup copy in my modules folder. Got rid of that and now it works.