Closed (fixed)
Project:
Mail System
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 09:45 UTC
Updated:
18 Sep 2011 at 01:31 UTC
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
Comment #1
pillarsdotnet commentedVersion 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?
Comment #2
pillarsdotnet commentedComment #3
carsten müller commentedhi, 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
Comment #4
carsten müller commentedok, 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.
Comment #5
pillarsdotnet commentedThanks; 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
Comment #6
pillarsdotnet commentedThe current version specifically requires autoload 6.x-2.x and is documented as such.