Possible infinite loop
Hi, guys. Have you ever had an error like this?
I am using media library pro and after I upload a photo with MediaPicker and refresh the page I get this error
4 Replies
I think someone had the same issue and the max stack depth was just not enough
I'm not sure what to do in this case
Try whether it works without Xdebug. Or update Xdebug settings. I guess it's this setting:
xdebug.max_nesting_level = 256
. https://xdebug.org/docs/developThank you🙏🏻