Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved - "headers already sent" error
#1
When adding a non-office document (not sure why this is relevant yet) I had a "Warning: Cannot modify header information - headers already sent" error....

had to change the line

print_r($userIDs);

to

//print_r($userIDs);

in inc.ClassFolder.php to eliminate it... possible a debug output forgotten in the code...
Reply
#2
Yes, was a forgotten debug output. FIXED
Reply


Forum Jump:


Users browsing this thread: