Diese Fehler bekomme ich wenn ich die Rechnungsgenerierung aktiviere:
Code:
Fatal error: Uncaught exception Exception with message Query error: Table 'DB.tl_address' doesn't exist (SELECT id, firstname, lastname FROM tl_address WHERE isBillingAddress = '1' AND pid = '28') thrown in /home/system/libraries/Database.php on line 686
#0 /home/system/libraries/Database.php(633): Database_Statement->query()
#1 /home/system/modules/li_crm/Invoice.php(192): Database_Statement->execute('28')
#2 /home/system/libraries/Controller.php(2812): Invoice->getAddressOptions(Object(DC_Table))
#3 /home/system/modules/backend/DataContainer.php(252): Controller->prepareForWidget(Array, 'toAddress', '0', 'toAddress', 'tl_li_invoice')
#4 /home/system/drivers/DC_Table.php(1747): DataContainer->row('{invoice_legend...')
#5 /home/system/modules/backend/Ajax.php(318): DC_Table->edit(false, 'sub_enableGener...')
#6 /home/system/modules/backend/Backend.php(227): Ajax->executePostActions(Object(DC_Table))
#7 /home/contao/main.php(120): Backend->getBackendModule('li_invoices')
#8 /home/contao/main.php(230): Main->run()
#9 {main}