Help with Wordpress Post Error Please?

4 replies
  • WEB DESIGN
  • |
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
#error #post #wordpress
  • Profile picture of the author Dave Lianelli
    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)
    {{ DiscussionBoard.errors[2104800].message }}
  • Profile picture of the author dynameek
    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..
    Signature
    Cheap Article Writing Service - Get 5 High Quality 350 words Articles For $23.00
    Stop Dogs Barking - Got a troublesome dog? Get info on how to train it easily!
    {{ DiscussionBoard.errors[2108340].message }}
  • Profile picture of the author styla786
    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
    {{ DiscussionBoard.errors[2108479].message }}
  • Profile picture of the author dynameek
    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
    Signature
    Cheap Article Writing Service - Get 5 High Quality 350 words Articles For $23.00
    Stop Dogs Barking - Got a troublesome dog? Get info on how to train it easily!
    {{ DiscussionBoard.errors[2118560].message }}

Trending Topics