Today, I got free hosting space from my internet service provider. So, to test my Drupal project, I installed Drupal along with all those necessary modules (views, imageattach, Private message, search). Everything seems went well, until I tried to create a view.
When I add view and fills out all necessary field and press next, it just shows a blank white page instead of the “Views UI” edit page. I checked back in the view’s list page, but no view was created. I’m not sure what causes this to happen;so I much appreciate your help.
- Drupal 6.x
- View 6.x-2.11
- Private Message – 6.x-1.3
Note: It works fine in local environment.
UPDATE : As WmasterJ suggested, I checked dblog and found that my custom module is sending header inadvertently – there was gibberish(inverted question mark) just before my opening tag. I don’t know how it got there. But, anyway, I removed it and the problem solves. Thanks WebmasterJ and the rest for helping me out.
Cheers
PS : WmasterJ, just want to let you know that, I tried to clicked on check mark to indicate your post is the solution, but it doesn’t work at all. “Add comment” link doesn’t work either. So, don’t be surprise for not seeing any indication of yours being the right solution.
Some tips from the “white screen of death” page that
mattvposted which I would try is:First, try and get some error messaging out there since this will help you to pin-point the problem and solve it faster. In you index.php file write:
Second, take a look at messages in your watchdog log at: /admin/reports/dblog
After which you will have a better understanding and can go back to the white page of death help page and read more.