Extension - Common report Problem

Post Reply
Amelion
Posts: 22
Joined: 18 Nov 2019, 15:24
Name: Marzena
Location: Paphos, Cyprus
Company Name: ProTrade Group
Contact:

Extension - Common report Problem

Post by Amelion »

Hi,

I've just tried to create Common Reports in extension and it always gives me error (see attachment).

It's only with Common Reports, Standard Reports are working fine.
Attachments
Capture.PNG
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Extension - Common report Problem

Post by support »

Just run this query manually in phpmyadmin

Code: Select all

ALTER TABLE `app_reports` ADD `dashboard_counter_hide_zero_count` TINYINT(1) NOT NULL AFTER `dashboard_counter_hide_count`;
Post Reply