Help with Wordpress Post Error Please?

by 4 replies
5
Hi all,

I have a problem and thought I may seek help from anyone who's found a solution to similar issue. It's a Wordpress issue:

After making posts, I get an error message saying my Smart Dogs Training Secrets Log In might be temporarily down and that shots down my browser completely - meaning I have to restart it after letting it sit for a while. This happens each time I make a post or edit old ones.

Can you help please?

Thanks in advance
#website design #error #post #wordpress
  • That could be caused by one of the plugins you got installed, or the extra's your running - like jQuery scripts and the 'taskbar' you got on your site.

    Or it's simply an overload of tasks it has to complete when you did a post. Like pinging sites, updating the social media sites and changing various parts of your website. Most scripts have a security built-in that can disable the login panel of the website when there's a risk to an overload.

    Try turning off the various plugins one at a time, then do a testpost. Once you don't receive the error message anymore, the plugin you turned off last is the one causing the problems. (Or you turned enough plugins off to prevent a server overload)
  • Thanks a lot Dave! It seems like that might be my problem. I'll find time to go over my plugins and all the instructions you've given to see how it helps. I'll let you know how it goes.

    Thanks again..
  • Hi,
    Reset your desired permalink from wordpress admin area and add this code in htaccess:
    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
  • I found the problem; it's one of my plugins - Twitter Poster.

    @styla786, I'm not sure what that code will do but I'll give it a try to see if it solves my problem with the plugin running.

    Cheers

Next Topics on Trending Feed