Forums

Everytime I "update page", I can't access my admin or any of my sites! (3 posts)

  1. altug
    Member
    Posted 2 years ago #

    I Have had this horrible fault occur twice now -

    I basically log in to one of my wordpress sites admin area. I update a page with an ebay script. I click "update page" and I just get an "internet explorer cannot display the page" message!

    That wouldn't be much of a problem if ALL of the sites on my hosting account didn't go down for 3 days afterwards!!

    This is now the second time this has happened to me...I successfully updated a website before with ebay scripts so I doubt it's the script.

    Also it isn't the hosting because I can view the site and everything else through a proxy and on my girlfriends computer.

    How do I sort this out? and how can I avoid this in future? It's highly frustrating!

    I'm using IE7 btw - Also when I try firefox it tells me "The connection to the server was reset while the page was loading"

    Any idea's? Thanks in advance

    Altug

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    How do I sort this out?

    Deactivate all plugins and switch to the WordPress Default theme. If that fixes then switch to your theme and see if the problem occurs. If not, then activate plugins one-by-one to find the culprit.

    Also make sure you have enough memory allocated to PHP. Methods for increasing the amount of memory a PHP script may consume

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)

    2. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    define('WP_MEMORY_LIMIT', '64M');

    4. Talk to your host.

  3. altug
    Member
    Posted 2 years ago #

    Thanks for your quick help - I'll give those a go. Have already spoke to my host, they say everything is fine on their end.

    Thanks again. Much appreciated.

Topic Closed

This topic has been closed to new replies.

About this Topic