
| Title | Bug on some servers |
|---|---|
| Description | There seems to be a bug in some PHP versions that prevents parts of ocPortal running:
The code that triggers this bug is in a sense wrong, but it shouldn't fail. Our code quality checker has now been improved to capture future occurrences. |
| Affects | Some PHP versions, unknown which |
| Fix | Change line 82 of sources/zip.php from:Code
$out.=&$file['data'];
Code
$out.=$file['data'];
|
There have been no trackbacks yet