Project:HTML2Book
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:fixed» closed (fixed)

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