Support

Account

Home Forums ACF PRO Page Links Not working: "Loading Failed" message! Reply To: Page Links Not working: "Loading Failed" message!

  • I realized this is marked as solved, but I noticed the same issue today when pushing a local dev environment up to our web server. The web server has an older version of PHP installed and in that version if you have WP_DEBUG set to true, these same errors will occur.

    So basically, if your web server is using an old paste-eating version of PHP, and you see that error, go into your wp-config and make sure to set define(‘WP_DEBUG’, false);