Home › Forums › ACF PRO › Pages Do Not Save › Reply To: Pages Do Not Save
This is probably do to a PHP error happening during the AJAX call.
Add this to you’re wp-config.php file if it’s not already there, or alter as needed.
define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', true);
Now try saving a post and after a bit download the error log which should be located at /wp-content/debug.log and look to see if and what errors are happening.
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.