• Hello, please help me ??

    I add some code in wordpress functions.php.
    Now I can not access to my page and either to my wordpress login page. There is only white screen ??

    Please help me, thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello!

    Try to put the last code you have written in /* your code */ then save it and then F5 to refresh the page and see if it works again.

    If it works again, then you should see what part of your code is doing that.

    What did you tried to put in functions.php ?

    Thread Starter henryy

    (@henryy)

    I don’t have access to my code on wordpress page. There is only blank page, when I try to open settings.

    If you had that on localhost i could tell you right away what you could do because all of your files would be in your computer.

    Do you have any way to show me what appears on your screen?

    Thread Starter henryy

    (@henryy)

    blank page, there is nothing. :/

    I either cannot connect to wordpress anymore

    Try to see this for more information:
    https://www.ads-software.com/tags/blank-page
    https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/

    Do you have acess to your website via FTP? if so, you can see your files there and could edit them. You can install Filezilla and acess to your site and edit what you need to change. If you do that you can navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Thread Starter henryy

    (@henryy)

    Ok thanks.

    Yes, only what I can open is my FTP server.

    Can you maybe send me your “functions.php” too, I will try to change the file.

    I add some code in wordpress functions.php.

    Login to your server, or through FTP as @jessica highlighted, navigate to public_html/wp-content/themes/{your_actual_theme/ ( CPanel: file manager ) and edit the functions.php file. Scroll down to find the code you added, comment it out or remove it, then the site should go back to life hopefully ??

    Thread Starter henryy

    (@henryy)

    THANK YOU Jessica Santos and Samuei Elh this save my site!

    You are welcome ?? glad to help @henryy. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Functions.php ERROR’ is closed to new replies.