Login error after upgrading to 3.2.1

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

Login error after upgrading to 3.2.1

Post by bdegroot22 »

Hello,

Upon login after upgrading to version 3.2.1 I get the below listed error. I used all new config php, except for database.php. Upload/replace did not show any errors. Can you please have a look into this?

Thanks and regards, Bas

Database Error: 1146 - Table 'zonezex_ruk24c.app_ext_report_page' doesn't exist
Query: select * from app_ext_report_page where entities_id=0 and (find_in_set(0,users_groups) or find_in_set(20,assigned_to)) order by sort_order, name
Page: /r2.4-clone/index.php?module=users/login
#0 includes/functions/database.php(87): mysqli_query(Object(mysqli), 'select * from a...')
#1 plugins/ext/modules/report_page/components/menu.php(4): db_query('select * from a...')
#2 plugins/ext/ext_menu.php(166): require('/var/www/vhosts...')
#3 plugins/ext/menu.php(5): require('/var/www/vhosts...')
#4 includes/plugins_menu.php(13): require('/var/www/vhosts...')
#5 index.php(15): require('/var/www/vhosts...')
#6 {main}
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Login error after upgrading to 3.2.1

Post by support »

Looks like you did not run script to update database for extension.
Please run this script in browser /install/ext_autoupdate/from_3.1_to_3.2.php
Let me know if it helps.
bdegroot22
Posts: 35
Joined: 24 Jun 2018, 13:03
Name: Bas de Groot
Location: Netherlands

Re: Login error after upgrading to 3.2.1

Post by bdegroot22 »

Hello Sergey,

Thanks for the feedback. I must have missed out an update somewhere. Rerunning the migration script fixed the issue. Works like a charm again.

Thanks and regards, Bas
Post Reply