Fails when first installed because BulkMail2DB does not exist #23


  • New
  • Defect
Open
Assigned to dhedbor
  • _ForgeUser9867141 created this issue Feb 1, 2015

    Update the initialization to this:

       -- Convert BulkMail2 config to new format
       if BulkMail2DB and not BulkMail3DB then
          _convertBulkMail2DB()
       end
    

    That avoids trying to convert a non-existent database :)

  • _ForgeUser9867141 added the tags New Defect Feb 1, 2015

To post a comment, please login or register a new account.