Hey guys,

I have been using Drupal for a while now and had success, until now. I have recently installed it on my new website (hiphop-space.com) and I keep seeing white screens when i submit changes. I have read about it and apparently it's something to do with memory, although I have set mine to 40M and it is still happening.

I will pay you $10 if you can sort this out for me. Paypal is the only way I can pay at the moment. If you are willing to help me please e-mail me or add my MSN: chris.galbraith at gs-mediagroup.com

Thanks,
Chris

Comments

sepeck’s picture

Have you seen this section?
http://drupal.org/node/201872

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

deepesh’s picture

Hi,
I am facing WSOD if I enable comments ?? can anybody tell what it could be?

http://drupal.org/node/209107

Shalini Agarwal,
http://MegaLeecher.Net/

nevets’s picture

Since I seem to be able to see the site without a problem I doubt it is a memory issue. More likely you changed some code and introduced a syntax error or changed a file and added characters before the first <?php tag.

fusupo’s picture

had this same problem myself...reading through documentation, apparently Drupal doesn't like trailing whitespace in it's php files...

delete '?>' at the end of your template.php file, make sure there are no extra lines there...it worked for me after two weeks of banging my head against the wall

now wheres my 10 bucks?

cgweb’s picture

Thanks! Paypal address and it's yours.

Thanks to everyone else but this guy's post was the answer :D

Also, please let me know what u think of the site :-) I think I have done the FBLike theme justice! What do you guys think?

fusupo’s picture

it's cool...it pleases me just to know that i was able to contribute

blisteringherb’s picture

Check the logs. If you get a white screen and it isn't the memory issue, then it's probably a php error.

sunad’s picture

I know that you have solved the original problem. But just as information for others:

I was just having similar white-screen-of-death problem without much clue, until I realized I had changed the theme to a new one (cms-theme was accidentally changed to default theme) and messed my website access. Once I renamed the cms-theme folder name to something else (delete also would work) and got to admin/themes (unthemed) and reset the theme to usual default, then I was back to business.

Yes, looking at Apache logs also would have helped to identify the page that was causing problem.

Happy Drupalling

SN

sunad’s picture