• Resolved jacek_sliwek

    (@jacek_sliwek)


    Hi,
    everything was fine with my website, but today my website is white. where i have to look a mistake in code?

Viewing 10 replies - 1 through 10 (of 10 total)
    • What’s your website URL?
    • Are PHP errors turned off? If you’re not sure, that’s OK just skip this for now.
    • Did you install or update any plugins recently?

    If you can access your dashboard, disable your plugins one at-a time. Chances are one of your plugins are causing you the issues you’re having.

    Thread Starter jacek_sliwek

    (@jacek_sliwek)

    sorry, I forgot

    Thread Starter jacek_sliwek

    (@jacek_sliwek)

    I can’t log in wordpress. nothing

    https://www.trebor-tim.com.pl

    No need to apologize :). Let me know if that fixes it. If not, we’ve got some other things we can do.

    That’s a bummer. If you can access your filesystem (by FTP or however), you could start removing plugins from that folder one at-a time until you find the plugin that is causing you trouble. If it isn’t any of your plugins, it’s probably your theme’s functions.php file.

    Thread Starter jacek_sliwek

    (@jacek_sliwek)

    I copy the files from the server and will exchange files with WordPress

    Theme Author nobita

    (@nobita)

    Hi jacek_sliwek

    wp-config.php

    // change defined value from false to true
    	define('WP_DEBUG',true);
    // add 3 const
    	define('WP_DEBUG_LOG', true);
    
    	define('SCRIPT_DEBUG', true);
    
    	define('WP_DEBUG_DISPLAY',false);

    Show once blog when save and upload after.

    You can find file at wp-content/debug.log.

    Open this file in a text editor, please check the error of the last row

    Thank you.

    Thread Starter jacek_sliwek

    (@jacek_sliwek)

    HI nobita
    I did as you say and I do not file debug.log.
    I do not understand why I can not log in to WordPress.
    I have no idea how to fix it

    Theme Author nobita

    (@nobita)

    If not created, please create yourself.

    wp-content / debug.log

    blank text file debug.log

    Thread Starter jacek_sliwek

    (@jacek_sliwek)

    page already displays.
    I had to ask the server administrator to restore an older version of the page.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘my site disappeared’ is closed to new replies.