Home › Forums › ACF PRO › Post not publishing or Updating › Reply To: Post not publishing or Updating
You are encountering either a PHP or JavaScript error during the AJAX call made by ACF to validate the fields.
To debug PHP errors put the following into your wp-config.php file
define('WP_DEBUG', true );
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);
Then attempt to save the post and then look in /wp-content/debug.log
to see if there was a PHP error as well as what error and what script causes it.
Look in your JavaScript console to see if there’s a JS error.
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.