WP Blog Problem

Discussion in 'Programming' started by dalster44, Mar 7, 2007.

  1. #1
    Hi,

    Can anyone help me with this annoying problem please?

    When I write a post on my blog (using WP) and I click publish, the article publishes but WP returns me back a blank screen?

    So, does anyone know whats causing this and how I could fix this glitch?

    Thank You
     
    dalster44, Mar 7, 2007 IP
  2. chrisranjana.com

    chrisranjana.com Active Member

    Messages:
    132
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I guess unless you press "save and continue editing" wp does this normally.
     
    chrisranjana.com, Mar 8, 2007 IP
  3. mjesales

    mjesales Peon

    Messages:
    326
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i get that sometimes and sometimes i get that when i try to update the sitemap. i just go back to the blog and keep on working and disregard it completey
     
    mjesales, Mar 8, 2007 IP
  4. sizzling_k

    sizzling_k Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just a momentary error...Must have become proper now ! !!
     
    sizzling_k, Mar 8, 2007 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,830
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #5
    You have memory issues. Talk to your webhost or add this to the top of your .htaccess file
    <FilesMatch "\.(php|html?)$">
    php_value memory_limit 20M
    </FilesMatch>
    Code (markup):
     
    sarahk, Mar 11, 2007 IP