hi there,

i'm newbie to drupal. I got a white screen without any message of error when i trying to edit user's profile.
can anyone help me here?

Comments

gawesha’s picture

Still i get the issue. please can someone help me?

Earlier also i got the same issue when i try to go to module page (/admin/build/modules). it has been resolved by increasing the php memory limit. i want to know, this white screen problem (try to edit user profiles "/user/%id/edit") also creating due to php memory limit?

gawesha’s picture

i got the reason why this happening.

There is a function call in the IM module, line #78 of the im.module file:

I commented out that dsm() function and working well after it

<?php
      global $user;
      //dsm($category);
      if (_has_audio() && $category=='im_sound') {
       return im_user_settings_fields();
      }
?>

thanks

rachelove’s picture

I am having the same issue. Everything is fine until I try to edit a user node and I receive a white screen.

dddave’s picture

Status: Active » Fixed

per #2
Doesn't seem to be a core issue anyways and generic white screen problems can be solved by reading the docs.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.