I didn't have the time to investigate deeper, but when you use the book structure admin interface (ie. /admin/node/book/...), weight mess the page order.

Comments

mansion’s picture

Oh BTW, this is under PHP5, I haven't tested with PHP4.

puregin’s picture

Assigned: Unassigned » puregin

Could you describe what you actually see, and what you expect to see?

Thanks, Djun

mansion’s picture

Sorry, It thought that was obvious because you just have to use the interface to notice it's broken.
There seems to be a disconnection between nodes and pages once you submit a new weight selection. Page titles (actually node titles) are replaced by other nodes titles. So pages are not linked anymore to the node id they used to have (or so it seems).

It seems the update only takes care of one part of what it should do.

Wesley Tanaka’s picture

It's not too clear from the description, but this might possibly be a duplicate of:
http://drupal.org/node/40587

mansion’s picture

No, looking at book.module code, there is no 'execute' hook so it's not related.

Wesley Tanaka’s picture

did you try the patch?

yes, book.module has no 'execute' hook. That was the problem fixed in the patch.

mansion’s picture

As I said, it's not related...
Instead of continuously asking me questions, just try the book admin interface and see for yourself, we will all save time and you will figure it out instantly. Thanks.

mansion’s picture

Status: Active » Fixed

Looks like it has been fixed in 4.7beta2

Anonymous’s picture

Status: Fixed » Closed (fixed)