I took a copy of drupal 5.15 code running Paging version 5.x-1.1 and upgraded to drupal 6.9 using 6.1.0-beta2 code.

After the upgrade, none of the existing contents respect <!--pagebreak--> tag. In addition, I've noticed that a new tag which has not been seen before is displayed along the actual text on the top of each node below the title and is indicated as <!--paging_filter-->.

I have already checked the input format and pagebreak is allowed. I've also made sure that appropriate content type is enabled under Paging Settings.

Thanks in advance for your help.
Mike

Comments

mike15’s picture

I was able to find that my issue was related to the existing case discussed in here: http://drupal.org/node/179456

By disabling "HTML corrector" in the Filter section fixed both of my issues. The <!--paging_filter--> tag disappeared and <!--pagebreak--> started to function properly.

I guess there is a patch that has been ported to 6.x but has not been rolled out yet.

Is there plans to release it anytime soon?

Thanks.

Gurpartap Singh’s picture

I'll release 6.x-1.0-beta3 soon, till then you might want to use the development release http://drupal.org/node/95906.

mike15’s picture

Status: Active » Closed (fixed)

I couldn't find the link to the dev release before. I've downloaded the latest release and restored all the settings which seems to fix the issue at this point.

Thanks for your help!