Re: on-rev server upgrade-related problems

2020-05-08 Thread Alex Tweedly via use-livecode
While I'm glad the issue has been tracked down, we need to remember that what's really happened is that a work-around has been found (due to great detective work by Matthias). The real problem remains, but will, I hope, some day be identified and solved. Problem statement : the upgrade to si

Re: on-rev server upgrade-related problems

2020-05-08 Thread Phil Davis via use-livecode
Thanks so much for your interest in this bug, Matthias! I'm just getting back into it now, catching up on bug comments posted since yesterday. Phil On 5/8/20 5:28 AM, matthias rebbe via use-livecode wrote: Phil, i´ve answered already to the bug report, but maybe this is also of interest for

Re: on-rev server upgrade-related problems

2020-05-08 Thread matthias rebbe via use-livecode
Phil, i´ve answered already to the bug report, but maybe this is also of interest for the others. As i have also accoun ton the same On-Revi as you and did some test. I am sure it´s a tsNet timeout problem. tsNET has several default timeouts. The defaults are 30, 0, 30, 6, 30, 1000

RE: on-rev server upgrade-related problems

2020-05-07 Thread Ralph DiMola via use-livecode
: Thursday, May 07, 2020 2:35 PM To: Ralph DiMola via use-livecode Cc: Phil Davis Subject: Re: on-rev server upgrade-related problems Thank you all for so many great questions and responses! I don't have time to give a comprehensive response right now but (1) I'll whittle away at it and (2

Re: on-rev server upgrade-related problems

2020-05-07 Thread Phil Davis via use-livecode
Thank you all for so many great questions and responses! I don't have time to give a comprehensive response right now but (1) I'll whittle away at it and (2) all your comments renew my hope that a solution is out there waiting for me to find it. Quick responses: - I too would start by going b

RE: on-rev server upgrade-related problems

2020-05-07 Thread Ralph DiMola via use-livecode
Phil, I had a problem with a GET request with a url encoded url in a parameter after the upgrade. There are new security rules. I changed it to a POST and it then worked. I am changing my apps to use a POST. Robin had lifted the new security rule for me temporarily until all the apps are updated.

Re: on-rev server upgrade-related problems

2020-05-07 Thread matthias rebbe via use-livecode
Ups, just noticed that i posted question. ;) It was intended to be What i forgot to ask - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.05.2020 um 11:55 schrieb matthias rebbe via use-livecode > : > > What i forgot? > > Do you use libURLFormData or libUrlMultiPartFormData to

Re: on-rev server upgrade-related problems

2020-05-07 Thread matthias rebbe via use-livecode
What i forgot? Do you use libURLFormData or libUrlMultiPartFormData to format the data in the standard format before it is posted? Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.05.2020 um 10:34 schrieb matthias rebbe via use-livecode > : > > Phil, > > you a

Re: on-rev server upgrade-related problems

2020-05-07 Thread Alex Tweedly via use-livecode
Hi Phil, I absolutely agree with Matthias - the first thing to try (if you didn't already) is a custom-install of the older LC server version that you were using pre-upgrade. However, it would also help to clarify the bug report somewhat. My reading of it is (almost) the opposite of Mathias'

Re: on-rev server upgrade-related problems

2020-05-07 Thread matthias rebbe via use-livecode
Phil, you are not mentioning how you do prepare the data which is posted to the server. Which engine is processing your post? PHP or LC Server? In your bug report you are writing "to a large file". How big is "large"? You are posting data to the server to get back the large file, right? Is t