Active
Project:
Listhandler
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2012 at 23:26 UTC
Updated:
5 Mar 2012 at 19:05 UTC
Tables were not created on install, resulting in the following error when calling Listhandler config [/admin/content/listhandler]:
user warning: Table 'murphyowners_drupal.drupal_mailhandler' doesn't exist query: SELECT drupal_mailhandler.mid AS mid, drupal_listhandler_prefix.prefix AS prefix, drupal_mailhandler.mailto AS mailto FROM drupal_mailhandler LEFT OUTER JOIN drupal_listhandler_prefix ON drupal_mailhandler.mid = drupal_listhandler_prefix.mid ORDER BY mailto in /home/murphyowners/public_html/sites/all/modules/listhandler/listhandler.module on line 139.
update.php has been run... still no joy
Comments
Comment #0.0
rshannon commentedadded that update.php has been run
Comment #1
danepowell commentedWhat version of Listhandler are you using? I don't know much about the module, but I'd be somewhat surprised if it works with the 6.x-2.x branch of Mailhandler.
Comment #2
danepowell commentedThis is a bug with Listhandler... Listhandler is not compatible with Mailhandler 6.x-2.x - it simply assumes that the Mailhandler 1.x table exists without actually checking the installed schema version. Additionally, it should specify on the project page this incompability.
FYI, rshannon cross-posted at #1320422-7: Table mailhandler_mailbox doesnt exist
Comment #3
rshannon commentedThanks, Dane. FWIW, the error occurred with both listhandler 6.x-1.0 and 6.x-1.x-dev.
I'm looking at the mailcomment, etc., module and your "mailflow" structure (http://drupal.org/node/1045918) as a possible alternative.
Comment #3.0
rshannon commentedClarified error occurs on Listhandler config