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

rshannon’s picture

Project: Mailhandler » Listhandler
Issue summary: View changes

added that update.php has been run

danepowell’s picture

Project: Listhandler » Mailhandler
Status: Active » Postponed (maintainer needs more info)

What 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.

danepowell’s picture

Title: tables not created » Not compatible with Mailhandler 6.x-2.x
Project: Mailhandler » Listhandler
Version: 6.x-2.4 » 6.x-1.0
Component: Mailhandler » Code
Status: Postponed (maintainer needs more info) » Active

This 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

rshannon’s picture

Thanks, 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.

rshannon’s picture

Issue summary: View changes

Clarified error occurs on Listhandler config