I wish I had more info on this, but nothing gets printed to the watchdog so I'm assuming the white screen I'm seeing when viewing user profiles is a time out.

I'm getting a white screen when I view panels enabled user profiles as soon as I enable author pane. I'm also getting the feeling my forum posts are suffering from a huge delay in rendering due to author pane. I installed the latest dev, have updated realname module to the latest dev as well. It keeps hapenning until I disable the author pane-pane from my panels display.

I think it's a conflict with another module but I can't see anything in the log so I'm not sure. I'm using realname and user_relationships.

Does anyone know of this issue?

Comments

Scyther’s picture

This issue was fixed today https://drupal.org/node/2044341 maybe it could be it. What I can see, the dev release has not been updated with the changes yet.

You could also try to add this code to your index.php file in drupal to get error message displayed on White Screen Of Death pages. Read more here: https://drupal.org/node/158043

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Scyther’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still a problem?

AlfTheCat’s picture

Yes, this is still a problem.

Scyther’s picture

Can you give some error info, as I wrote in comment #1?