Here is the message I get:

warning: Cannot modify header information - headers already sent by (output started at /home/altermo/public_html/drupal/modules/paging/paging.module:68) in /home/altermo/public_html/drupal/includes/common.inc on line 247.

Any info?

Thanks

Comments

merlinofchaos’s picture

The 4.7 version of the module doesn't even have 68 lines...Are you inadvertantly using the 4.6 version with 4.7?

Hochelaga’s picture

No, I've install the 4.7 version of Drupal.

It seems as if the module repeats any number of operations, as I created a long node and it was created 6 times. Any link between the two errors?

Thanks!

merlinofchaos’s picture

Oh geez. This is in the top 10 dumbest bugs ever.

There is an extra carriage return after the ?> in paging.module

It's being interpreted as HTML and output.

I didn't have this problem with the one I'd been testing with, I only spotted it when I did a completely new installation. I have no idea why it worked on my test install and not normally. Oh well. Fixed and checked in. Quickest way to fix that would be to edit the file and delete anything after the ?> at the end of the file.

I do not believe this bug is related to the nodes being created multiple times. I find it unlikely paging has anything to do with that, it's a very simple module that doesn't do anything with the database, but nonetheless it is possible that somewhere along the way it's doing something wrong in the nodeapi.

I'll fiddle with it a bit but I doubt I'll find much unless you can confirm that problem is related to the paging module being active and get the bug to reproduce. If you can confirm it's related to paging, file a new issue, please.

merlinofchaos’s picture

Assigned: Unassigned » merlinofchaos
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)