• Hi! I am having a weird problem when I want to go back to the dashboard, create a new page, create a new blog post etc. etc… It does not open a new page it just opens a already existing blog post. When deleting that specific blog post a new one shows up.

    It happened when opening a page, then clicking on the back button in my Chrome browser. I’m not sure but something like that, or while loading quickly clicking back.

    Can someone please help me. Because I cannot create new pages nor blog posts.

    Thanks in regards!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi @dkater
    Sorry for the trouble.

    1. Could you please enable the wp_debug and check if there is any error behind this wired issue?

    2. If you don’t find any issue then I’d like to suggest you reinstall WordPress. So if there any file is missing or corrupted then it’ll auto fix.

    3. You could also go to the browser console when you’re on the WP dashboard and see if there are any errors.

    After given try all of those, post the update here so I could further investigate. ??

    Thread Starter dkater

    (@dkater)

    Hi @faisalahammad!

    Thanks so much for replying.

    I’ve turned on the debug function but im not really sure what to look out for.

    I also reinstalled WordPress but the problem hasnt been solved yet.

    Could you please help me?

    Hi @dkater
    Please share your website URL so I could take a look and make sure you’ve wp_debug enabled.

    Thread Starter dkater

    (@dkater)

    beta.geezerbox.nl

    Thanks!

    Thread Starter dkater

    (@dkater)

    @faisalahammad beta.geezerbox.nl

    Hi @dkater
    Sorry for the delay. Could you please check if your .htaccess file has those codes or you could manually add those codes and then give them another try? Let me know how that goes! ??

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    Thread Starter dkater

    (@dkater)

    Hi @faisalahammad,

    No worries for the delay, I forgot to tag you.

    Here is my .htaccess file: https://ibb.co/kXnH4S0

    As I can see by myself, the code is in there. But there is 1 extra line. Should I replace it?

    Hi @dkater
    Sorry, I’m not sure about this extra line but you may comment out this line (make a backup of .htaccess first) then let’s see what happened. You could also talk with your hosting regarding this issue. Let me know how that goes! ??

    Thread Starter dkater

    (@dkater)

    Hi @faisalahammad,

    Im getting a Internal Server Error when removing this line :(.

    Also I have contacted my host and they said they cannot help me.

    Hi @dkater
    Sorry for the trouble. Could you please install Wordfence or any other security plugin and then scan the website? I think there might be some malware.

    If the security plugin couldn’t detect the malware then I’d like to recommend you to check index.php, functions.php, wp-config.php, and .htaccess and some other PHP files that are located in the themes/plugins folder. If you found any suspicious code then you may reinstall the fresh copy of those plugins/themes.

    You may also follow those steps:

    • Reinstall WordPress
    • Reinstall active and inactive themes
    • Reinstall active and inactive plugins

    I hope those steps could fix your issue. Give it a try and let me know how that goes! ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Creating new page and going back to dashboard opens existing blog post’ is closed to new replies.