This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #109184
     alexsester
    Participant

    Hi,

    after upgrading the theme the authors can’t go to the back end in order to publish articles.

    There is an option or a fix?

    Thanks in advance

    Alex

    #109249
     Radu
    Moderator

    Your wordpress is updated to latest version ?

    You plugins are updated ?

    If you disable plugins the error goes away ?

    Anyways go to wp-config.php and look for wp_debug and change from define( ‘WP_DEBUG’, false ); to define( ‘WP_DEBUG’, true ); also add this under the wp_debug true

    define( ‘WP_DEBUG_LOG’, true );
    https://codex.wordpress.org/Debugging_in_WordPress

    Look if any other error appears on screen after you enable the wp_debug, the WP_DEBUG_LOG will store all errors into debug.log in /wp-content/

    You can check if some error on your site by checking the /wp-content/debug.log file

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?