Setting up a new site with Drupal 6.12 I used both the Book Manager 6.x-1.3 and the Views 2.6 modules. When I did this, then the Modules admin page (/admin/build/modules) shows as a white page. Removing either of these modules or using views 2.5 will display the Modules admin page correctly. This is true for all themes tested (Garland, Tapestry, etc.). The same white page appeared when using Views 3.x-dev as well.
Comments
Comment #1
merlinofchaos commentedIf you experience a whitescreen, the submission guidelines suggest you should look at the apache/php/watchdog logs to see if there was an associated error. That information is necessary to proceed.
Comment #2
bkudrle commentedThanks for the guidance. I enabled the syslog module (I am on version 6) and then checked the output error log. The error was to the effect that I had gone over the 16M limit for the process. I changed the memory limit to 32M in the php.ini file and now the problem is fixed (full page shows - no white page). I guess that makes it a non-issue for anyone with memory set to a higher limit.
Comment #3
bkudrle commented