Re: PHP
We have confirmed that there is a possible bug in the way that action returns errors. Basically, set the error checking on the action not to report an error. Then after the action, check the value of %LastErrorNum%. If it is 50, ignore it. If it is a non-zero number other than 50, it is a legitimate error so you can handle it appropriately at that time. This work-around should work for now. We will put a fix in the next service release.
We have confirmed that there is a possible bug in the way that action returns errors. Basically, set the error checking on the action not to report an error. Then after the action, check the value of %LastErrorNum%. If it is 50, ignore it. If it is a non-zero number other than 50, it is a legitimate error so you can handle it appropriately at that time. This work-around should work for now. We will put a fix in the next service release.
Comment