Issue to migrate client server to wamp local server [Solved]

Post Reply
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Issue to migrate client server to wamp local server [Solved]

Post by elviseras »

Hi,

We are copy a RK Linux production client instance + DDBB to a wamp local server for test purposes. Login screen seems fine, but to log in as admin user, we have following error message in blank screen:
Database Error: 1054 - Unknown column 'assigned_to' in 'where clause'
Query: select * from app_ext_ipages where parent_id=0 and (find_in_set(0,users_groups) or find_in_set(19,assigned_to) or is_menu=1) order by sort_order, name
Page: /... /index.php?module=dashboard/
Any ideas??
Last edited by elviseras on 23 Feb 2020, 13:11, edited 2 times in total.
User avatar
support
Site Admin
Posts: 6183
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Issue to migrate client server to wamp local server

Post by support »

assigned_to to table app_ext_ipages was added in 2.6
Update your database to 2.6 (including extension tables)
User avatar
elviseras
Investor
Investor
Posts: 578
Joined: 08 Feb 2017, 03:16
Name: Elvix Sampedro
Location: Galicia - Spain
Company Name: novaTEK

Re: Issue to migrate client server to wamp local server

Post by elviseras »

THANKS!!! It worked !!! :D :D
Post Reply