mailsystem.module line 246 - Version 6.x-2.5
function mailsystem_get_classes() makes a select on the table autoload_registry which does not exist

Comments

pillarsdotnet’s picture

Version 6.x-2.x adds a new dependency on the Autoload module, which creates the autoload_registry table.

Did you run update.php after the upgrade?

If you ran update.php immediately after the upgrade, it should have warned you about the missing dependency. Did that fail to happen?

pillarsdotnet’s picture

Status: Active » Postponed (maintainer needs more info)
carsten müller’s picture

Status: Postponed (maintainer needs more info) » Fixed

hi, thanks for the fast reply. i found the problem. we are still running autoload 6.x-1.4. in autoload 6.x-2.1 the table is in the hook_schema() in the install.php

i will try again after updating to 6.x-2.1.

and i will have a look why drush didn't update autoload to the new version...
thanks for your help

carsten müller’s picture

Status: Fixed » Needs work

ok, autoload 6.x-1.4 is still a release version where no update is required. But it does not create the autoload_registry table, so this is still a problem.

pillarsdotnet’s picture

Thanks; I will look into autoload 6.x-1.4 and see if I can make it work. If not, I may have to specifically require Autoload 6.x-2.x

pillarsdotnet’s picture

Status: Needs work » Fixed

The current version specifically requires autoload 6.x-2.x and is documented as such.

Status: Fixed » Closed (fixed)

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