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

avpaderno’s picture

Title: Liquid Wiki Engine Book Page Links to Nowhere » Book link takes to a not a not existing page
dave reid’s picture

Hmm, 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

dave reid’s picture

Title: Book link takes to a not a not existing page » Broken child page in the Getting Started - Contributed module documentation book
vm’s picture

Project: Drupal.org site moderators » Drupal.org infrastructure
Component: Broken link » PHP

This should likely been seen by infrastructure.

vm’s picture

Title: Broken child page in the Getting Started - Contributed module documentation book » Memory exhaustion when trying to reorganize chilld pages in documentation area

title change to reflect issue.

gerhard killesreiter’s picture

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

avpaderno’s picture

Status: Active » Closed (won't fix)

As per comment by killes, I am changing the status of this report.

elBradford’s picture

Status: Closed (won't fix) » Active

I'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.

killes@www.drop.org’s picture

Status: Active » Closed (won't fix)

This issue is about drupal.org. If you encounter the same problem on your site, feel free to file a bug against Drupal core.

elBradford’s picture

I'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.

Component: PHP » Other