I am using OpenCart 2.0.2.0. I installed the Advanced News System extension, and when I try to enter a new article I get the following error message on top of the Opencart cPanel page, but the page works normally. When I submit the article the CPanel goes on to show the same error message.
Notice: Error: Table 'USERNAME_opencart.oc_news' doesn't exist
Error No: 1146
INSERT INTO oc_news SET image = '', date_added = NOW(), status = '1' in /home2/USERNAME/public_html/system/library/db/mysqli.php on line 41Notice: Error: Table 'USERNAME_opencart.oc_news_description' doesn't exist
Error No: 1146
INSERT INTO oc_news_description SET news_id = '0', language_id = '1', title = 'test', description = '<p>esttetstst</p>', short_description = 'test' in /home2/USERNAME/public_html/system/library/db/mysqli.php on line 41Warning: Cannot modify header information - headers already sent by (output started at /home2/USERNAME/public_html/admin/index.php:80) in /home2/USERNAME/public_html/system/library/response.php on line 12
I am a newbie and have no idea what this message means

