Hi, I'm running Drupal 6.9. I'm not sure what the underlying problem is, but I installed 6.x-2.0, and it seems to only work for only half of my content pages. The rest, I get a white screen of death... I didn't set specific page titles for them, except for the front page, which works fine, and kept with the default for the others.
Strangely this white screen occurrence affects my regular page content types, among others.
Comments
Comment #1
nicholasthompsonThat's HIGHLY unusual. I've not experienced this on any 6.9 sites.
Usually White Screen errors are critical errors and should either get displayed as errors if you enabled php's display_errors value OR if you check your server's error_log... That would help me track down what's going wrong.
It MIGHT even get flagged in Watchdog if we're very lucky ;)
Comment #2
Nolza commentedHello, and thanks for the response.
I tried enabling errors and logging but nothing would come up, just the wsod persisting. After pouring through everything I could think of, it seems that the error is not dependent on the module itself, but with something conflicting with some sort of content data on some certain pages regardless of their type or content. This explains why some of my pages of a certain type would display, while others wouldn't. I'm not able to delve further and examine the database itself, so I'm not sure what the exact problem was, but simply deleting and then recreating the page giving the white screen of death took care of the issue. Hope this helps anyone else who may come across the same thing~
Regards~
PS
Page Title is a wondrous module, and I'm happy to be able to be using it now with no problems :)
Comment #3
nicholasthompsonI'm not sure this is a Page Title related issue. If it happens again, try enabling E_ALL error_reporting in PHP and make sure display_errors is 'on'...
Cheers,
Nick