Page 1 of 1

Row_Updating server event ($rsnew)

Posted: Thu Apr 04, 2024 5:53 pm
by elonmusk

I have row updating function in many page, it is working there, but in one page alone when i pass the parameter in $rsnew, the following error is showing, Undefined array key.


Re: Row Updating issue ($rsnew)

Posted: Thu Apr 04, 2024 6:18 pm
by arbei

As the error said, the key you used did not exist in $rsnew. You may view and check the content first by, e.g. die(var_export($rsnew));.