Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Error when edit Php Procedures

Post Reply
Arunas
Posts: 21
Joined: Sat Feb 07, 2015 11:19 pm

Error when edit Php Procedures

Unread post 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.
You do not have the required permissions to view the files attached to this post.
Last edited by Arunas on Sat Feb 04, 2017 5:47 pm, edited 1 time in total.
Arunas
Posts: 21
Joined: Sat Feb 07, 2015 11:19 pm

Re: Error when edit Php Procedures

Unread post 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
";
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Error when edit Php Procedures

Unread post by admin »

Arunas,

Sounds like an issue with the host.

Steven
Post Reply