[solved] Common Reports - Failure

Post Reply
User avatar
rennecke
Sponsor
Sponsor
Posts: 214
Joined: 14 Jan 2018, 12:55
Name: Eberhard Rennecke
Location: Switzerland Zurich

[solved] Common Reports - Failure

Post by rennecke »

In my application I had defined several Common Reports and Groupd them.
With earlier version it worked fine. After updating following happens.
When opening the Common Report Group:
CommonReportGroups.png
I checked, if there is anything in the configuration, which needs to be modified and safed again, to solve this ... in the configuration for the Common Report I found:
ReportInfo.png
After Safing this configuration dialog I get this:
afterSaving.png
Last edited by rennecke on 01 Feb 2024, 15:16, edited 1 time in total.
User avatar
rennecke
Sponsor
Sponsor
Posts: 214
Joined: 14 Jan 2018, 12:55
Name: Eberhard Rennecke
Location: Switzerland Zurich

Re: Common Reports - Failure

Post by rennecke »

As I received errors while testing for the mass export of files I reinstalled version 2.9.2.
There i have the same failures as indiacated in that thread.
unfortunately noone of my colleegs reported that error befor.
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Common Reports - Failure

Post by support »

Strange. dashboard_counter_hide_zero_count was added in 2.6 version.
To fix this issue run this query in php my admin

Code: Select all

ALTER TABLE `app_reports` ADD `dashboard_counter_hide_zero_count` TINYINT(1) NOT NULL AFTER `dashboard_counter_hide_count`;
User avatar
rennecke
Sponsor
Sponsor
Posts: 214
Joined: 14 Jan 2018, 12:55
Name: Eberhard Rennecke
Location: Switzerland Zurich

Re: Common Reports - Failure

Post by rennecke »

Thanks. This solved the issue.
Maybe I did an earlier updat not correct or something went wrong.
Post Reply