Re: [Dhis2-devs] Crash log on android

2017-10-09 Thread Olav Poppe
Thanks, Calle Olav > 8. okt. 2017 kl. 16:12 skrev Calle Hedberg : > > Olav > > Yes, you can use Crashlytics from Fabric for that. Ask Erling - he set it up > for our HPV android application. > > Regards > Calle > > On 7 October 2017 at 12:35, Olav Poppe

[Dhis2-devs] Error in Pivot Table after taking SSL certificate

2017-10-09 Thread Mithilesh Kumar Thakur
Dear All, We are facing a issue in pivot and data visulizer after taking a SSL certificate(HTTP to HTTPS) for one of our instance. The version of the application is 2.23. Can you please look into the below error and suggest anything if you have faced same kind of issue. jquery.min.js:2 Mixed

Re: [Dhis2-devs] Error in Pivot Table after taking SSL certificate

2017-10-09 Thread Jason Pickering
Hi there. You need to modify your Tomcat's server.xml file to match this Be sure to use the correct port number. Regards, Jason On Mon, Oct 9, 2017 at 9:14 AM, Mithilesh Kumar Thakur < mithilesh.h...@gmail.com> wrote: > Dear All, > > We are facing a issue in pivot and data visulizer

[Dhis2-devs] DHIS2- API

2017-10-09 Thread Omer Butt
Sir, I am in searching of couple of API's that respond according to my need. 1 : Any API that can generate/create data element ??? 2: Any API that can add newly created data elements to specific data set. Any Information regarding API's that will help my problem. Thanks.

Re: [Dhis2-devs] Error in Pivot Table after taking SSL certificate

2017-10-09 Thread Mithilesh Kumar Thakur
Thanks Now it's work On 09-Oct-2017 1:00 PM, "Jason Pickering" wrote: > Hi there. > > You need to modify your Tomcat's server.xml file to match this > > proxyPort="443" scheme="https" > URIEncoding="UTF-8" > executor="tomcatThreadPool"