on-rev server upgrade-related problems

2020-05-07 Thread Phil Davis via use-livecode
Has anyone had part or all of an on-rev server-based system stop working since the server upgrades a month or so ago? My client has an on-rev.com-based training system. Training delivery is via web browser, and that part continues to work. But there are several desktop apps that provide

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

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

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

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: Building a standalone warns about duplicate stacks

2020-05-07 Thread Devin Asay via use-livecode
Jaque, I’ve seen this when building standalones with stacks that are using library stacks, and the same library stackflles are included in the standalone build. Apparently the included stacks are opened during the build process, thus colliding with the library stacks already in memory. If this

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: Building a standalone warns about duplicate stacks

2020-05-07 Thread J. Landman Gay via use-livecode
Thanks, that explains it. I've incorporated Trevor's DataView and it has about 10 stacks in use as behaviors and libraries. To add to the fun, I'd forgotten that building for mobile no longer disables desktop platforms so I didn't think to disable them manually, and the standalone builder put

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

RE: on-rev server upgrade-related problems

2020-05-07 Thread Ralph DiMola via use-livecode
I also think I remember script only stacks causing problems on LC Server. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Phil Davis via use-livecode Sent:

AW: Re: I need some DataGrid performance help

2020-05-07 Thread Paul Dupuis via use-livecode
Reduced to a consistent 1.5 to 2 minutes by revising the setting of datagrid column properties the columns themselves, widths, and alignments set all at one. Tooltips, sort type and sort direction set in a loop in revised code. I still do not understand why in the original code, when 1st set

Re: AW: Re: I need some DataGrid performance help

2020-05-07 Thread Curry Kenworthy via use-livecode
(I know that Paul understands tradeoffs very well, so he already knows this, but for the benefit of others) Maybe some concepts are so simple, people never take them seriously: - You reap what you sow. You get the cake you bake. - Comparisons: 1 < 2 - Complexity often reduces