I attempted to submit http://drupal.org/project/issues/subscribe-mail, and can now only get a WSOD on it. webchick confirmed it was happening to her in IRC as well, so it doesn't look to be an issue with just my account.
I attempted to submit http://drupal.org/project/issues/subscribe-mail, and can now only get a WSOD on it. webchick confirmed it was happening to her in IRC as well, so it doesn't look to be an issue with just my account.
Comments
Comment #1
deviantintegral commentedOh, and as I was changing my settings on the page, I don't know if I'll get email notifications on this queue. So if you need my feedback, please ping me on IRC.
Comment #2
dave reidYour settings do submit and get saved, but it's when it has to load every single project to show all the radios is when it WSODs. I think the subscribe tab for project issue queues should just redirect back to the project issue queue and not to the grand, global issue subscriptions page.
Comment #3
nedjoAgreed. Or maybe test the number of projects and redirect if it's over a limit. Or show only the projects you have subscribed to.
This is one of several holdovers from bygone days when Drupal projects could indeed fit nicely on a single page...
Comment #4
avpadernoThe issue is not present only on the email subscription page, but also in the issue submission page.
When adding a new comment in a issue report sometimes all you get is a message error saying You don't have access to any projects, and the project list field doesn't list any projects; if you try to submit the comment again by returning on the report page, you notice that both the comments have been added.
Somebody has got a white screen also when adding a new issue.
The symptoms (a white screen), and the causes (a form field with many items) are the same in the cases listed in this issue; plus, both the issues page, and the email subscription page are handled by the same module.
I am not sure the issue is critical, as it doesn't happen all times.
Comment #5
kenorb commentedDuplicate of the same issue: #362562: White screen on creating an issue report
Comment #6
kenorb commentedAnother WSOD:
URL: http://drupal.org/node/add/project-issue/invaders
Issue: #363929: on scale 2.0 bullet are mostly missed
Creation time: January 25, 2009 - 16:00
When I'm going to my issues after that, it's marked as new.
Comment #7
Gurpartap Singh commentedComment #8
dwwThis is basically fixed now. Fixed enough, at least. ;) We added a setting to just hide the global version of this form on sites where it grew too large to be useful (like d.o). We just forgot about the menu item itself. I committed a change so that if this variable is set, we require an argument (e.g. http://drupal.org/project/issues/subscribe-mail/drupal). All the links to the global page are now gone. If you want to subscribe to something, do it via the project page or the per-project issue queue pages.
A better solution will wait until we completely re-implement the subscription functionality.