Re: PHP random errors

2017-03-14 Thread Paul Dennis via 4D_Tech
-- View this message in context: http://4d.1045681.n5.nabble.com/PHP-random-errors-tp5747969p5750765.html Sent from the 4D Tech mailing list archive at Nabble.com. ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug

Re: PHP random errors

2016-10-26 Thread Justin Carr
On 26 Oct 2016, at 6:51 pm, Paul Dennis wrote: > > I have one app on port 8002 and the other on 8010 but I get error if I try to > run php simultaneously on both. > > Error code: 500 > FastCGI client error in context "{context}". > Environment info: UseExternalServer

RE: PHP random errors

2016-10-26 Thread Thomas Maul
> Where is the documentation for this syntax? I can't find it in the Language > reference. http://doc.4d.com/4Dv15R5/4D/15-R5/String.301-2936575.en.html From Example table: String(-1;"") "0x" String(-1;"&$") "$" String(0 ?+ 7;"") "0x0080" String(0 ?+ 7;"&$") "$80"

Re: PHP random errors

2016-10-26 Thread Pat Bensky
Thomas, The string(-1;"xxx") format does the trick. Where is the documentation for this syntax? I can't find it in the Language reference. On 26 October 2016 at 10:10, Thomas Maul wrote: > Mac/Win/version/modified setup? > > It might be more efficient to contact tech

RE: PHP random errors

2016-10-26 Thread Thomas Maul
Mac/Win/version/modified setup? It might be more efficient to contact tech support to dig in details. Maybe this helps: http://doc.4d.com/4Dv15R5/4D/15-R5/SET-DATABASE-PARAMETER.301-2936925.en.html Number of child processes to be created and maintained locally by the PHP interpreter of 4D

RE: PHP random errors

2016-10-26 Thread Paul Dennis
I' task -6, name: 'P_2' -- View this message in context: http://4d.1045681.n5.nabble.com/PHP-random-errors-tp5747969p5748166.html Sent from the 4D Tech mailing list archive at Nabble.com. ** 4D Internet Users Group (4D iNUG)

Re: PHP random errors

2016-10-25 Thread Pat Bensky
nd Web: www.4D.com > > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Pat > Bensky > Sent: Tuesday, October 18, 2016 1:29 PM > To: 4D iNug Technical <4d_tech@lists.4d.com> > Subject: PHP random errors > >

PHP random errors

2016-10-18 Thread Pat Bensky
For some time I've been using this code to convert decimal to hexadecimal: $phpOK:=PHP Execute("";"dechex";$hex;$code) ​Lately it has started throwing up errors randomly. I'll get: *Error when executing the method "ConvertDecimalToHexadecimal" at line number 43* *FastCGI client error in