Closed (duplicate)
Project:
Project issue tracking
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2007 at 10:32 UTC
Updated:
25 Jul 2007 at 02:40 UTC
when trying to susbcribe to a project issue queue, after submitting 'all issues' for a specific project, I get redirected to http://drupal.org/project/issues/subscribe-mail with the following error:
Fatal error: Allowed memory size of 37748736 bytes exhausted (tried to allocate 52174 bytes) in /var/www/drupal.org/htdocs/includes/form.inc on line 1467
(this page was supposed to show me all of the projects)
I reloaded the page and it worked with the message 'Subscription settings saved'.
Comments
Comment #1
beginner commentedI experienced the same thing.
This is a problem with project_issue.module : the form on the page does not scale well for d.o. which has hundreds of project.
I move it to the proper queue and mark it as 'critical' since it affects badly d.o. (but the settings are always saved, because this occurs before any attempt is made to display this monstrous page. I usually just click the 'back' button in my browser).
Comment #2
dwwRight, this page needs to be split up and/or re-designed to be not so huge on sites like d.o with 1000+ projects. See http://drupal.org/node/76973.