Title: Breaking WordPress interface
Last modified: October 21, 2024

---

# Breaking WordPress interface

 *  Resolved [stuartcr](https://wordpress.org/support/users/stuartcr/)
 * (@stuartcr)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/breaking-wordpress-interface/)
 * Hi all,
 * i have noticed this on a lot of my websites.
 * when accessing “pages” or any other custom post-type the page loads broken.
 * if i deactivate ACF:E its fixes it but i want ACF:E
 * HELP?
 * ![](https://i0.wp.com/www.clickreturn.co.uk/wp-content/uploads/2024/10/Screenshot-
   2024-10-21-at-11.51.18-1.png?ssl=1)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * (@hwk-fr)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/breaking-wordpress-interface/#post-18112137)
 * Hello,
 * Thanks for the feedback!
 * Hmm this is not normal. In order to investigate the issue, you’ll have to enable
   the WP Debug Mode ([see documentation](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)).
 * To do so, please enable the `WP_DEBUG` & `WP_DEBUG_LOG` constants in your `wp-
   config.php` file, like this:
 *     ```wp-block-code
       define('WP_DEBUG', true);          // enable debugdefine('WP_DEBUG_LOG', true);      // enable error logsdefine('WP_DEBUG_DISPLAY', false); // disable errors on screen/* That's all, stop editing! Happy publishing. */
       ```
   
 * Then refresh your WP Admin, and open the file `/wp-content/debug.log`. This file
   should show you if there are any PHP errors. If the file doesn’t exist once your
   refreshed your WP Admin, then it means there is no PHP error.
 * Additionally, you can open your browser console (`F12` on chrome), while refreshing
   the WP Admin, it will show you if there are any JS error (the problem might come
   from here too).
 * Please share any error or message you see either in the `/wp-content/debug.log`
   file or in your browser console. It might help the find the cause of the problem.
 * To investigate a little further the issue, I would recommend clone your website
   on a development / staging environment using [Duplicator](https://wordpress.org/plugins/duplicator/),
   or with your hosting backup solution. Then try to disable all your plugins one-
   by-one (at the exception of ACF Pro & ACF Extended) until you find which one 
   cause the issue.
 * If the problem persists, try switch to the native WP Twenty Twenty Two theme,
   to make sure you don’t have any custom code in your theme which would break the
   feature.
 * Let me know if you found something.
 * Regards.

Viewing 1 replies (of 1 total)

The topic ‘Breaking WordPress interface’ is closed to new replies.

 * ![](https://ps.w.org/acf-extended/assets/icon-256x256.png?rev=2071550)
 * [Advanced Custom Fields: Extended](https://wordpress.org/plugins/acf-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-extended/reviews/)

## Tags

 * [WordPress](https://wordpress.org/support/topic-tag/wordpress/)

 * 1 reply
 * 2 participants
 * Last reply from: [Konrad Chmielewski](https://wordpress.org/support/users/hwk-fr/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/breaking-wordpress-interface/#post-18112137)
 * Status: resolved