Database Error: 1054

Ask your questions here.
Post Reply
ahmedvolks
Posts: 88
Joined: 09 May 2017, 11:10
Name: Ahmed Reda
Location: Egypt
Company Name: kalaweeza.com
Contact:

Database Error: 1054

Post by ahmedvolks »

Hello Sergay,
I see this error after I have upgraded an 3.4 to 3.5. The system is running but this is shown on the default main dashboard

Database Error: 1054 - Unknown column 'in_dashboard' in 'where clause'
Query: select * from app_ext_report_page where entities_id=0 and in_dashboard=1 and is_active=1 and (find_in_set('0',users_groups) or find_in_set('1',assigned_to))
Page: /index.php?module=dashboard/
#0 includes/functions/database.php(99): mysqli_query()
#1 modules/dashboard/components/report_page.php(16): db_query()
#2 modules/dashboard/components/dashboard_default.php(68): require('...')
#3 modules/dashboard/views/dashboard.php(34): require('...')
#4 template/layout.php(172): require('...')
#5 index.php(49): require('...')
#6 {main}
User avatar
support
Site Admin
Posts: 6221
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Database Error: 1054

Post by support »

This column was added for Extension 3.5
Make sure you have update Extension db https://docs.rukovoditel.net/index.php?p=63
You have to execute /install/ext_autoupdate/from_3.4_to_3.5.php
Post Reply