• Resolved agentscuz002

    (@agentscuz002)


    Ok, so it is happening not only for this issue with logging out, but it is happening for logging in as well. Line 83 for logout and line 239 for login. I get a blank page when clicking on upload and publish. I had an error in the Write Post page that said it could not find the header, but I fixed that (the problem with the header was fixed after the other problems so no I am not an idiot). ??

    Please help me, I’m actually going nuts over this and I am getting super annoyed. so PRETTY PLEASE help me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter agentscuz002

    (@agentscuz002)

    ok the login error was on line 329?? backwards numbers lol my eyes are so tired.

    There are thousands of lines of code in wordpress, giving only line numbers doesn’t help. You don’t even give the file name associated with the line number that the error occurred with.

    Just describe the problem your having and then the forum members can help.

    You are not giving the right and detailed info about the error message…

    Is this about this login:
    https://chudandscuz.net/wp-login.php ?
    I don’t see any error.

    Thread Starter agentscuz002

    (@agentscuz002)

    ok i’m sorry for not stating the following

    Fatal error: Call to undefined function wp_safe_redirect() in /home/chudands/public_html/wp-login.php on line 83

    Fatal error: Call to undefined function wp_safe_redirect() in /home/chudands/public_html/wp-login.php on line 329

    Honestly, I thought stating login error line blah blah blah was pretty straight forward as there is only one login file. But like I said, I’m sorry for not being as absolutely specific as possible.

    Thread Starter agentscuz002

    (@agentscuz002)

    and I fixed the blank page problem when clicking the manage/uploads in the site admin section. (i just fixed it) so, the fatal errors right now are my big issues.

    Make sure the wp-includes/pluggable.php file is uploaded and is not corrupted. Upload a fresh copy of it.
    That function is defined in that file.

    Thread Starter agentscuz002

    (@agentscuz002)

    ok, that is totally do able. I will let you know if it works. thank you soooo much moshu

    Thread Starter agentscuz002

    (@agentscuz002)

    WOW HELLO! It worked! It is hard to believe it was that simple. Thank you again.

    For future reference, here is the troubleshooting process:
    – you take a closer look at the error, NOT the line #
    – make sure you understand WHICH function is missing/not found
    – with some tool on your computer you do a search for the function in all WP directories; I did search for “wp_safe_redirect”
    – the results should give you the places where
    a) is defined
    b) is called
    – you try to upload, re-upload the file where it is defined (not where it is called!)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘fatal error-call to undefined location and lots of blank pages’ is closed to new replies.