getData_raw is calling post data processing [message #7922] |
Sat, 27 September 2025 10:49 |
gpatti
Messages: 284 Registered: August 2008
|
Senior Member |
|
|
After a long break I am upgrading my RADICORE system to the latest version as my old config is going EOL.
I have come across a problem where my code no longer works in the latest radicore version and after debugging I have found that when I call getData_raw from within _cm_post_getData() I end up in a loop inside _cm_post_getData().
The debugger shows a reference to $control_flags['rdc_no_post_getdata'] in std.table.class.inc which is not set so the code continually loops on line 4476 into custom_post_getdata rather than skipping.
Is this a bug, or is there somewhere that I now need to set the rdc_no_post_getdata control flag? I couldn't find anything is the documentation about it.
Many thanks,
Graham
|
|
|