Upgrade error email

I updated Una to latest version after 9.0 and it was a success. Then I got below email notification... What should i do now?

Query:
SELECT `ts`.`order` FROM `bx_notifications_settings` AS `ts` LEFT JOIN `bx_notifications_handlers` AS `th` ON `ts`.`handler_id`=`th`.`id` WHERE 1 AND `ts`.`delivery`=:delivery ORDER BY `ts`.`order` DESC LIMIT 1

Mysql error:
Table 'XXXXXX.bx_notifications_settings' doesn't exist

Location:
The error was found in getOne function in the file /home/XXXXX/public_html/modules/base/notifications/classes/BxBaseModNotificationsDb.php at line 306.

collation_connection:
utf8mb4_unicode_ci

  • 337
  • More
Replies (3)
    Login or Join to comment.