Today I upgraded to the latest release of the faq module. The default faq overview page, wich is located at /faq now returns a white screen of death.
It's certainly not a site or installation specific problem, I have it now in several projects ...
This issue came up after upgrading to 6.1.10.
Comments
Comment #1
stella commentedPlease ensure you ran update.php when upgrading the module. In addition, please also see the page on WSOD at http://drupal.org/node/158043 This should help you identify the cause of the problem. As memory limitations shouldn't really be a problem for that page, I would first suggest looking in your log file to see if any errors appear there. If you see any errors relating to a missing faq_questions table, then you may need to run update.php with the update "2" selected.
Comment #2
maverick14 commentedHello Stella,
Thanks for your quick response. However I ran update.php already, found no errors in Watchdog and my webserver error log, the problem was caused by the Drupal caching ...
I did not think at that at all, at first. Now I know that it's better to clear cache every time I update a module ...
Sorry for bothering ...