Home › Forums › Feedback › ACF JSON causing server overflow › Reply To: ACF JSON causing server overflow
You should report this as a bug here https://support.advancedcustomfields.com/new-ticket/
I suspect that changing line 142 from
$dir = opendir( $path );
to
if (($dir = opendir($dir)) === false) return false;
would fix the issue, but that’s just a guess
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.