jaroo LiteCart Fan From United Kingdom Member since Sep 2019 jaroo Oct 12 2019 01:56 PM How to fix it? Notice: Use of undefined constant DB_TABLE_BANNERS_INFO - assumed 'DB_TABLE_BANNERS_INFO' in ~/includes/controllers/ctrl_banner.inc.php (Line 27) Fatal error: 1146 - Table 'lite935.db_table_banners_info' doesn't exist show fields from DB_TABLE_BANNERS_INFO; in ~/includes/library/lib_database.inc.php (Line 234)
tim Founder From Sweden Member since May 2013 tim Oct 12 2019 02:17 PM Did you miss the README instructions?
jaroo LiteCart Fan From United Kingdom Member since Sep 2019 jaroo Oct 12 2019 02:59 PM I did everything according to the instructions.
jaroo LiteCart Fan From United Kingdom Member since Sep 2019 jaroo Oct 12 2019 03:07 PM I Sorted out! In manual missing one line. define('DB_TABLE_BANNERS_INFO', ''. DB_DATABASE .'.'. DB_TABLE_PREFIX . 'banners_info');
tim Founder From Sweden Member since May 2013 tim Oct 12 2019 08:38 PM Oh, thanks for pointing it out. I am coming with a big update of the banner manager. I just need to wrap it up.