Forums

[resolved] Website broken. Fell apart. (13 posts)

  1. belinep
    Member
    Posted 2 years ago #

    This afternoon I noticed that when I published my posts I would be dropped to a blank screen. In other-words, post.php was returning squat...

    I thought it was a temporary thing, so I ignored it, expecting to to go away.

    Well, it whent away... The whole damn site...

    Basicaly, if there is no GET data, nothing will show up...

    http://www.nosteamshovel.com/index.php?tag=steve_byrne

    will work, but:

    http://www.nosteamshovel.com/index.php

    will not.

    Same goes for all php files... Fancy works fine too:

    http://www.nosteamshovel.com/2007/04/09/

    I looked in the error log... Damn...

    [09-Apr-2007 18:44:38] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 31148 bytes) in /home/belinep/public_html/nosteamshovel/wp-includes/cache.php on line 48
    [09-Apr-2007 19:38:33] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 26738 bytes) in /home/belinep/public_html/nosteamshovel/wp-includes/cache.php on line 48
    [09-Apr-2007 19:39:07] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/belinep/public_html/nosteamshovel/gallery/modules/core/classes/GalleryEmbed.class on line 716
    [09-Apr-2007 19:39:19] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 29437 bytes) in /home/belinep/public_html/nosteamshovel/wp-includes/cache.php on line 48
    [09-Apr-2007 19:40:28] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/belinep/public_html/nosteamshovel/gallery/modules/core/classes/GalleryEmbed.class on line 716
    [09-Apr-2007 19:41:49] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/belinep/public_html/nosteamshovel/gallery/modules/core/classes/GalleryEmbed.class on line 716
    [09-Apr-2007 19:43:09] PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/belinep/public_html/nosteamshovel/gallery/modules/core/classes/GalleryEmbed.class on line 716

    It really sucks that every time I post here I'm always screaming "The sky is falling!" But really...

  2. Chris_K
    Administrator
    Posted 2 years ago #

    So your host is using the default (and arguably small) PHP memory limit of 8MB. You could ask them to raise it, or you could remove whatever plugin you recently added that pushed you over the cap.

    Some googling will turn up directives that will increase that memory via your .htaccess file as well.

  3. belinep
    Member
    Posted 2 years ago #

    um... what plug-in could it be?

  4. IcelandDream
    Member
    Posted 2 years ago #

    The first thing you might do is to drop a fresh index.php file in the root and then turn off most plugins. The 3rd party content can be a problem so turn off widgets and plugins and then turn them on one at a time.

    hint.. update version after you get it running in basic mode.

  5. Chris_K
    Administrator
    Posted 2 years ago #

    The key words were "recently added". Did you add any plugins before this problem started happening? If so, those would qualify in the recent concept. :-)

  6. belinep
    Member
    Posted 2 years ago #

    WordPress 2.1.2

    Got it working with "php_value memory_limit 16M" in the root directory.

    I am running G2, and I hear rumors that 8M is kinda small for G2. I haven been getting more hits, so probably due to increased access to G2...

  7. belinep
    Member
    Posted 2 years ago #

    I just found a culprit:

    Google Sitemaps - UTW Tag Addon v1.1

    It was killing the follow-up from saving a post, perhaps it was killing my memory as well...

  8. Chris_K
    Administrator
    Posted 2 years ago #

    Glad to see you got it sorted out.

    Out of curiosity, what's G2?

  9. peiqinglong
    Member
    Posted 2 years ago #

  10. zaifulzin
    Member
    Posted 2 years ago #

    Hi all, im also found similar problem but has overcomed it.
    Go to my site http://onlinemarketerz.com/?p=565 to know how.

  11. nitinpai
    Member
    Posted 2 years ago #

  12. JohnL
    Member
    Posted 2 years ago #

    And it appears, in my case, to have been a leaky plugin. I bumped the PHP ceiling on memory, thus gaining control again. Then I cut an oldish plugin and found that all was working well.

    I went to the plugin home and found that the one I was running was long out of date. Once I upgraded to the newer version, things functioned properly.

    The problem with running out of memory appeared in the context of an upgrade to Mac OS 10.5 (Leopard). Under 10.4, things were O.K. Only when I upgraded (with the concomitant need to tweak httpd.conf for PHP5, etc.) did the plugin problem rear its head.

    Whewee!

  13. Hot-screensaver
    Member
    Posted 1 year ago #

    I think most likely due to memory problem. Check this page for a possible solution:
    http://www.kongtechnology.com/2008/01/10/allowed-memory-size-of-8388608-bytes-exhausted-and-wordpress-shows-a-blank-page/

    Good luck.

Topic Closed

This topic has been closed to new replies.

About this Topic