You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved and will include fix in PR.
Basically I had a poor syntax string in the table build iterator $parse = json_encode($parse) //(a no no at any time) causing an overloaded string and running out of memory. Fixed by looking for empty and changing var name to ensure new content.
Describe the bug
Happens on a users site with the only error trapped is an out of memory during table render from log of 165 items.
I don't think this is actual cause but I'm still investigating.
The text was updated successfully, but these errors were encountered: