The automatic paging by line break feature in the dev version is not working properly. It displays the first page of content, but page two and the rest are all blank. When I switch to use automatic paging by word count the feature works properly.

paging_paragraph_split() is returning the body of the page on the first iteration of the node_api/load (while $i == 0) but on successive passes it returns a null value. I'm actually a bit confused about how paging_paragraph_split() works without passing the current "position" into it as well. :\

Comments

bharanikumariyerphp’s picture

got any solution this issue dear

Gurpartap Singh’s picture

Status: Active » Fixed

We are now using Drupal 6's node_teaser() for automatic page splitting (in paging 5.x-1.x), which handles the splitting better which has been handling node splitting successfully in paging 6.x.

http://drupal.org/cvs?commit=166578

Thanks!

Status: Fixed » Closed (fixed)

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