app_ext_email_notification_rules' doesn't exist

Post Reply
bdegroot22
Posts: 35
Joined: 24 Jun 2018, 13:03
Name: Bas de Groot
Location: Netherlands

app_ext_email_notification_rules' doesn't exist

Post by bdegroot22 »

Hello,

I found a missing in extension 3.3.1. Error message listed below. Any suggestion to fix this issue please?

Thanks in advance and regards,

Bas

Database Error: 1146 - Table 'zonezex_louisb.app_ext_email_notification_rules' doesn't exist
Query: select r.*, e.name as entity_name from app_ext_email_notification_rules r, app_entities e where e.id=r.entities_id and e.id='79' order by r.id
Page: /louisb/index.php?module=ext/email_notification/rules&entities_id=79
#0 includes/functions/database.php(87): mysqli_query(Object(mysqli), 'select r.*, e.n...')
#1 plugins/ext/modules/email_notification/views/rules.php(28): db_query('select r.*, e.n...')
#2 template/layout.php(155): require('/var/www/vhosts...')
#3 index.php(32): require('/var/www/vhosts...')
#4 {main}
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: app_ext_email_notification_rules' doesn't exist

Post by support »

you have to update database for extension
http://[your-site]/install/ext_autoupdate/from_3.2_to_3.3.php
bdegroot22
Posts: 35
Joined: 24 Jun 2018, 13:03
Name: Bas de Groot
Location: Netherlands

Re: app_ext_email_notification_rules' doesn't exist

Post by bdegroot22 »

Thanks that was helpful. Issue fixed.
Post Reply