Closed (won't fix)
Project:
Drupal.org infrastructure
Component:
Other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2009 at 07:36 UTC
Updated:
21 Aug 2014 at 21:00 UTC
Jump to comment: Most recent
While trying to reorganize the contributed module handbooks and put every orphaned module into a category, I ran across the link to the "Liquid Wiki Engine" handbook page, which exists in the Beyond the Basics handbook but links to a non-existent node. Since the node doesn't exist, I can't delete or move it.
See the root of the contributed module documentation to see this dead link: http://drupal.org/handbook/config/contribmodules
The link goes to "http://drupal.org/node/142322", which does not exist.
Comments
Comment #1
avpadernoComment #2
dave reidHmm, I tried going to the edit/reorder page for that book (http://drupal.org/admin/content/book/258) but I get the wonderful error message we all love:
Fatal error: Allowed memory size of 125829120 bytes exhausted (tried to allocate 77 bytes) in /var/www/drupal.org/htdocs/includes/common.inc on line 2925
Comment #3
dave reidComment #4
vm commentedThis should likely been seen by infrastructure.
Comment #5
vm commentedtitle change to reflect issue.
Comment #6
gerhard killesreiter commentedGuess we finally have too many book pages...
I am not going to increase php memory arbitrarily to accomodate this. Somebody should look at the code and figure out why this is a problem.
Comment #7
avpadernoAs per comment by killes, I am changing the status of this report.
Comment #8
elBradford commentedI'm sorry but I've gotta reopen this. I'm using the book module as a wiki, and after importing around a thousand articles, trying to reoganize child pages I get the error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in [directory]/includes/theme.inc on line 797
This could be fixed with a revisiting of the reorganization page itself. I imported the files using Node Import, and there wasn't a problem parsing all the articles I imported (again, around 1000) and importing them. I have my memory limit set to 128MB but I got this error even at 400MB.
Comment #9
killes@www.drop.org commentedThis issue is about drupal.org. If you encounter the same problem on your site, feel free to file a bug against Drupal core.
Comment #10
elBradford commentedI'm leaving this comment for those who find themselves here using a web search.
I realized that even though I was editing php.ini to up the memory beyond 128M, it wasn't showing in devel's info page. After fixing that, and bumping it up to 256, the book now will display all the nodes. This won't be used often, only by our wiki editors to categorize posts, however it reveals a real issue with the book module's scale-ability that should be addressed. I wish I was better at PHP/more confident in my abilities that I could submit work.