You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.
In file DisplayAnythingGallery.php line 598
original: $uploadPath = "/" . trim(ASSETS_PATH, "/ ") . $targetDirectory;
replace wit: $uploadPath = trim(ASSETS_PATH, "/ ") . $targetDirectory;
In file XHR.php after line 28 "fclose($input);" add this line: fclose($this->tmp_handle);
Because if not close the file, then we can not rename it.
The text was updated successfully, but these errors were encountered: