A book with many, many pages can overrun the $weight variable. This leads to pages suddenly not showing up in the final book. A quick workaround is to change line 159 from
$weight[$level]++; to

             if ($weight[$level] <= 15)
              $weight[$level]++;

Comments

karens’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Fixed

Good idea, fixing this in the D6 version. Yeah, I'm really really behind on this.

Status: Fixed » Closed (fixed)

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