The MU forums have moved to WordPress.org

Need Help Troubleshooting the White Screen (Occasionally) (5 posts)

  1. sasjamal
    Member
    Posted 17 years ago #

    Hi guys,

    I really really need some guidance here, and I will try to go ahead and troubleshoort this as much as I can on my own -

    Every day it seems, the website stops working - its all white on every blog (and main blog)

    All other php/mysql sites work fine, we have a CMS, and a forums running on the server as well -

    All I do is run:

    service httpd restart

    and the site starts to work again.

    I have no idea what is going on, or any error messages -

    If I enable php errors, I still see just a white page -

    Sas

  2. SteveAtty
    Member
    Posted 17 years ago #

    what is the php memory limit set to?

  3. TheDonSansone
    Member
    Posted 17 years ago #

    I solved this problem by using a php.ini file in the route directory and admin directory which includes lines:

    max_execution_time = 50 ; Maximum execution time of each script, in seconds

    and

    memory_limit = 64M ; Maximum amount of memory a script may consume (was 8MB)

  4. sasjamal
    Member
    Posted 17 years ago #

    Ok, I did that and all it has really done has stalled it from happening every day to every other day -

    Every other day, I still have the same issue :)

    Sas

  5. SteveAtty
    Member
    Posted 17 years ago #

    so when it happens and you get the white page what is recorded in the php error log?

About this Topic

  • Started 17 years ago by sasjamal
  • Latest reply from SteveAtty