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

deviantintegral’s picture

Oh, 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.

dave reid’s picture

Your 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.

nedjo’s picture

Agreed. 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...

avpaderno’s picture

Title: WSOD on mail subscriptions page » WSOD on pages handled by project_issue.module
Priority: Critical » Normal

The 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.

kenorb’s picture

kenorb’s picture

Another 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.

Gurpartap Singh’s picture

Project: Drupal.org site moderators » Project issue tracking
Version: » 5.x-2.x-dev
Component: Other » User interface
dww’s picture

Version: 5.x-2.x-dev » 6.x-1.x-dev
Assigned: Unassigned » dww
Status: Active » Fixed
Issue tags: +drupal.org upgrade

This 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.

Status: Fixed » Closed (fixed)
Issue tags: -drupal.org upgrade, -WSOD

Automatically closed -- issue fixed for 2 weeks with no activity.