Closed (fixed)
Project:
pclzip
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 22:04 UTC
Updated:
27 Jun 2009 at 03:10 UTC
Hey there! First off, thanks for doing this! I'm just starting to figure it out, but it looks like it's going to suit my project very well.
I just tried my first download, and checked drupal's status report, and saw this:
---
Cannot modify header information - headers already sent by (output started at /Users/me/Sites/drupal/sites/site.dev/modules/pclzip/pclzip.module:116) in /Users/me/Sites/drupal/includes/common.inc on line 328.
---
The download still worked perfectly. Just a heads up.
Cheers!
Comments
Comment #1
ssm2017 Binder commentedthank you for reporting
can you try with adding "exit;" after the "readfile" function in pclzip.module line 116 ? like :
Comment #2
stoptime commentedThat seems to have done the trick!
Comment #3
ssm2017 Binder commentedcool :) i have commited it to the cvs