Page 1 of 1

Error when edit Php Procedures

Posted: Sat Feb 04, 2017 11:23 am
by Arunas
Hi,

I created PHP Procedures. Works. After some time, I need edit procedure No1 php code. When save, get 403 Forbidden Error. Interesting, that other procedures I can edit, but when copy-paste procedure No1 PHP code, get this error.

Re: Error when edit Php Procedures

Posted: Sat Feb 04, 2017 11:46 am
by Arunas
When write in php code UNION, then get error. Whithout UNION, I can save procedure. I don't understand, how I save earlier.

$s = "
SELECT field1 as field
FROM table
GROUP BY field1
UNION
SELECT field2 as field
FROM table
GROUP BY field2
";

Re: Error when edit Php Procedures

Posted: Sun Feb 19, 2017 10:40 pm
by admin
Arunas,

Sounds like an issue with the host.

Steven