Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Martin Koob via use-livecode
Hi Ralf I Upgraded the livecode-server to 9.5.1 linux 64 bit I then I tried an .lc file with no calls to RevIgniter but with a section of livecode script in the page /home/myapp/sites/api.myapp.com/mylctest.lc hello world" put "LiveCode Server version:" &&

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Martin Koob via use-livecode
Hi Ralf Ok thanks for the confirmation on that. I will let you know how it goes. Looking forward to a shiny new livecode-server and RevIgniter. Martin Sent from my iPhone > On Feb 19, 2020, at 11:36 AM, Ralf Bitter via use-livecode > wrote: > > Hi Martin, > > I agree with your proposed a

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Martin Koob via use-livecode
t; To: How to use LiveCode > Cc: Ralf Bitter > Subject: Re: LC Server - HTTP response code 500: permission denied error > > If your server environment is 64bit and you upgrade your revIgniter > installation to 2.x then from my point of view there is no reason not to use > the la

RE: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Ralph DiMola via use-livecode
Ralf Bitter Subject: Re: LC Server - HTTP response code 500: permission denied error If your server environment is 64bit and you upgrade your revIgniter installation to 2.x then from my point of view there is no reason not to use the latest stable LC server version. In any case the revIgniter versio

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Ralf Bitter via use-livecode
Hi Martin, I agree with your proposed approach. But keep in mind that you can upgrade revIgniter directly to the latest version as long as you go the upgrade route as described in the user guide, see Upgrading from 1.10.3 to 2.0.0. The description applies to your case even if you upgrade from vers

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Martin Koob via use-livecode
I have RevIgniter 1.7.1 running now and I do want to upgrade to 2.x. as well as upgrade livecode server to the most recent version. However, I am trying to figure out the smoothest upgrade path. Would the following process work? - first upgrade to livecode-server 9.5.1 linux 64 bit - then test m

RE: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Ralph DiMola via use-livecode
: How to use LiveCode Cc: Ralf Bitter Subject: Re: LC Server - HTTP response code 500: permission denied error If your server environment is 64bit and you upgrade your revIgniter installation to 2.x then from my point of view there is no reason not to use the latest stable LC server version. I

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Ralf Bitter via use-livecode
If your server environment is 64bit and you upgrade your revIgniter installation to 2.x then from my point of view there is no reason not to use the latest stable LC server version. In any case the revIgniter version 2.x requires LC server 9.0 or higher. Ralf > On 19. Feb 2020, at 15:09, Martin

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Martin Koob via use-livecode
Hi again Ralf Looking online for that message "not a dynamic executable” most of the comments talk about missing 32 bit Linux libraries and I checked downloads.livecode.com and see that LiveCode 6.1.0 is 32 bit. So I guess my options are get the host to add the 32 bit Linux libraries or repla

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Martin Koob via use-livecode
Hi Ralf The response when I run that is. not a dynamic executable what does that mean? BTW the livecode-server version is 6.1.0 but that is the same as is on the existing host. I didn’t want to upgrade the server till I have the api working. Regards, Martin Koob > On Feb 19,

Re: LC Server - HTTP response code 500: permission denied error

2020-02-19 Thread Ralf Bitter via use-livecode
Martin, you mentioned that you migrated an application to a new server. Did you double-check the path to your executable in your server configuration? Are you sure that there is no library dependency problem on this server? What is the output if you run: ldd path/to/your/livecode-server from a te

Re: LC Server - HTTP response code 500: permission denied error

2020-02-18 Thread Martin Koob via use-livecode
Hi Ralf Thanks for your reply Ralf. Based on your comments I tried a number of tests. I tried an .lc file with no calls to RevIgniter. /home/myapp/sites/api.myapp.com/mylctest.lc I get the same error as when my application calls the api using RevIgniter. So that means it is an issue with th

Re: LC Server - HTTP response code 500: permission denied error

2020-02-18 Thread Ralf Bitter via use-livecode
Hi Martin, don’t know if the issue is somehow related to the new server environment as I am not familiar with LiteSpeed Web Server. The permissions (644) for the files in drivers and externals should be OK (just check that the permissions for these folders are set to 755). Did you try to load a si

Re: LC Server - HTTP response code 500: permission denied error

2020-02-17 Thread Martin Koob via use-livecode
Hi Ralf Been on holiday so was not able to follow up on this. I added the index.lc segment in the URL and when connecting to the API on the existing server that works. When I connect to the new server on the new host I still get the message. lscgid: execve():/home/videolinkwell/sites/api.vide

Re: LC Server - HTTP response code 500: permission denied error

2020-02-17 Thread Martin Koob via use-livecode
Hi Ralf Thanks for your response. I’ve been on holiday so was not able to follow up on this. I added the index.lc segment in the URL and when connecting to the API on the existing server that works. When I connect to the new server on the new host I still get the message. 'lscgid: execve()

Re: LC Server - HTTP response code 500: permission denied error

2020-02-10 Thread Ralf Bitter via use-livecode
Hi Martin, this is just a shot in the dark: What happens if your URL includes “index.lc”, like: https://api.myapp.com/index.lc/myapp_db/listProjects Ralf ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,