08-03-2010, 02:33 PM
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...
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...