Php Execute fixed in 4D v17.2

2019-08-05 Thread David Ringsmuth via 4D_Tech
If you get PHP Execute error using 4D v17.0, while not connected to the internet, your solution may be to a very recent 4D v17.2. That’s all it took to fix the PHP Execute error I was getting. Hth. David Ringsmuth ** 4D

RE: $success_f:=PHP Execute($file_path_t;"";$result_t) intermittentfailure

2019-07-12 Thread David Ringsmuth via 4D_Tech
Paul, It’s not possible in this application for two calls to PHP Execute to run at the same time. But the default port 8002 may have some other conflict, and I had not considered that…. Now I will create a batch file that runs as administrator and displays port 8002: Netstat -aon | find

Re: $success_f:=PHP Execute($file_path_t;"";$result_t) intermittent failure

2019-07-12 Thread Paul Dennis via 4D_Tech
Hello David, We had a similar problem and there are a number of posts on the form about it. The most common cause is you have another application using the same port defined in the database settings PHP. If you got two copies afford the running there will be conflict using the same php port at

RE: PHP Execute

2017-07-17 Thread Epperlein, Lutz (agendo) via 4D_Tech
> (please say yes) Yes! What's the reason of the question? Or, why do you think PHP and 4D don't work in a compiled environment? Regards Lutz -- Lutz Epperlein -- Agendo Gesellschaft für politische Planung mbH Köpenicker Str. 9 10997 Berlin

Re: PHP Execute

2017-07-15 Thread Ronald Rosell via 4D_Tech
Works for me in a 15.4 compiled Mac app; haven’t tried it on Windows. __ Ron Rosell President StreamLMS > On Jul 14, 2017, at 5:02 PM, David Ringsmuth via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Does PHP Execute work in 4D v15.4 (windows) compiled built app? &g

Re: PHP Execute

2017-07-14 Thread Paul Dennis via 4D_Tech
It works uncompiled what makes you think it wont ? I will check. Paul -- View this message in context: http://4d.1045681.n5.nabble.com/PHP-Execute-tp5753151p5753153.html Sent from the 4D Tech mailing list archive at Nabble.com

PHP Execute

2017-07-14 Thread David Ringsmuth via 4D_Tech
Does PHP Execute work in 4D v15.4 (windows) compiled built app? (please say yes) David Ringsmuth ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options

Re: PHP EXECUTE in a loop

2017-03-13 Thread Balinder Walia via 4D_Tech
Call ON ERR CALL and if PHP cgi error just call PHP Exec again...basically wait for a bit until you stop getting error and try again. I miss the Try command in 4D :) On Mon, 13 Mar 2017 at 16:30, Patrick Emanuel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Before call any 'PHP EXECUTE

Re: PHP EXECUTE in a loop

2017-03-12 Thread Keisuke Miyako via 4D_Tech
PHP Execute restarts after a set number of calls. PHP max requests http://doc.4d.com/4Dv15/4D/15.4/SET-DATABASE-PARAMETER.301-3274410.en.html if you always call PHP from the same process, and you can keep track of the number of calls, perhaps you could restart it every now

PHP EXECUTE in a loop

2017-03-12 Thread John Baughman via 4D_Tech
I am running the following PHP EXECUTE in a loop... $ok:=PHP Execute("";"urldecode";$unescapedText;$escaptedText) //unescape the text Getting the following error... -- FastCGI client error in context "{context}". Environment info: UseExternalServer = {use