Banner Manager error

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

Did you miss the README instructions?

I did everything according to the instructions.

I Sorted out! In manual missing one line.
define('DB_TABLE_BANNERS_INFO',                      ''. DB_DATABASE .'.'. DB_TABLE_PREFIX . 'banners_info');

tim

Oh, thanks for pointing it out. I am coming with a big update of the banner manager. I just need to wrap it up.

View code on GitHub