• Hi, since 2 days my changes in new posts do not save. When pressing “Save” it keeps loading but nothing happens. Also when trying to show the example of the post, it does not load. I tried clearing cache, updating all plugins and troubleshooting but no succes. Please advice!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Check the error log on your server as well as browser console.

    To enable wp_debug and wp_debug_log, add this code in wp-config.php

    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );

    in detail look at wp-content/debug.log to see if anything gets logged there. https://www.ads-software.com/support/article/debugging-in-wordpress/

    You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

Viewing 1 replies (of 1 total)
  • The topic ‘New posts do not save’ is closed to new replies.