Re: [Dhis2-devs] DHIS2 - Error message when saving event report as favorite

2015-03-30 Thread Lars Helge Ă˜verland
Hi Robin, okay that's strange. Which DHIS version are you running? Can you try to upgrade to latest 2.18 stable? It works here locally, on dev and on demo. If the above does not help, could you share privately a login to your server? regards, Lars ___

Re: [Dhis2-devs] DHIS2 - Error message when saving event report as favorite

2015-02-10 Thread Lars Helge Ă˜verland
Hi Robin, the problem is that you have boolean fields in the eventreport table with null values, which crashes when dhis tries to convert it into a java primitive. Try running this SQL on your db: update eventreport set rowsubtotals = false where rowsubtotals is null; If it still fails, try repe

Re: [Dhis2-devs] DHIS2 - Error message when saving event report as favorite

2015-02-09 Thread Jason Pickering
Hi Robin, It is very difficult to see in this screen shot. Maybe you can copy and paste the text here so that the developers might be able to read what the actual error is? Best regards, Jason On Mon, Feb 9, 2015 at 2:52 PM, Robin Martens wrote: >Dear all, > > We're getting the following

[Dhis2-devs] DHIS2 - Error message when saving event report as favorite

2015-02-09 Thread Robin Martens
Dear all, We're getting the following error message when trying to save an event report as a favorite (see image below). This is only happening for event reports, all other functionalities (download, generating on screen, etc.) don't have any problems. [cid:f4b2f27a-cb81-4285-9694-e69aa6bbebb