Lychee-v3
Lychee-v3 copied to clipboard
Upload failed with no error.
Detailed description of the problem
Can't upload some photos.
Steps to reproduce the issue
Same error when uploading as #205.
Console:
Output of the diagnostics (Settings => Diagnostics)
Diagnostics
-----------
Warning: Dropbox import not working. No property for dropboxKey.
No critical problems found. Lychee should work without problems!
System Information
------------------
Lychee Version (json): 3.2.13
DB Version: update_030213
System: Linux
PHP Version: 7.3
MySQL Version: 50505
Imagick: 1
Imagick Active: 1
Imagick Version: 1687
GD Version: 2.2.5
Plugins:
Config Information
------------------
version: update_030213
checkForUpdates: 1
sortingPhotos: ORDER BY id DESC
sortingAlbums: ORDER BY id DESC
imagick: 1
lang: en
skipDuplicates: 0
layout: 0
image_overlay: 0
default_license: none
small_max_width: 0
small_max_height: 360
medium_max_width: 1920
medium_max_height: 1080
deleteImported: 1
image_overlay_type: exif
php_script_limit: 0
useExiftool: 0
Browser and system
Chrome 73.0.3683.75 Windows 10
Try taking a look at your server (apache/nginx/whatever) and php logs. There might be a clue there
Really strange, nothing in my nginx & php log file.
Could be related to this? I don’t think it was ever merged to this new repo https://github.com/electerious/Lychee/pull/785
It was. If you click on your link it shows that it was applied in 35df3450431101c860578bd36d366da3473e0845
Here are two samples you can test with: https://tools.251.sh/Temp/DR-DOS.7z Upgrade to 3.2.14 still not solve this problem.
@misaka00251 Tried on my VM, could not reproduce.
As follows is my diagnostic page:
Diagnostics
-----------
Error: Upgrade to PHP 7.1 or higher
Error: 'data/config.php' is world readable.
System Information
------------------
Lychee Version (json): 3.2.14
Lychee Version (git): b5272e8 (master)
DB Version: update_030214
System: Linux
PHP Version: 7
MySQL Version: 50505
Imagick: 1
Imagick Active: 1
Imagick Version: 1687
GD Version: 2.2.4
Plugins:
Config Information
------------------
checkForUpdates: 1
default_license: CC0
deleteImported: 1
full_photo: 1
image_overlay: 1
image_overlay_type: exif
imagick: 1
lang: en
layout: 1
medium_max_height: 1080
medium_max_width: 1920
php_script_limit: 0
skipDuplicates: 0
small_max_height: 360
small_max_width: 0
sortingAlbums: ORDER BY title ASC
sortingPhotos: ORDER BY takestamp DESC
useExiftool: 0
version: update_030214
I am using Apache.
I'm having the same issue. Nginx/PHP 7.2
What is your client_max_body_size
setting in your nginx config? I had a similar issue due to misconfiguration of my nginx.
Now I just use client_max_body_size 64M;
client_max_body_size 128M;
Hello. I have a similar problem with the linuxserver docker image when pictures are ~10mo in size.
However, if I have a failed message from the upload menu, the pictures are well sent. Or almost. I had sent 25 pictures, and at the 16th, the upload was stuck at 27%. I refreshed the page and then tried to sent the rest. But the first upload stay stuck at 1% or 12%. Sometimes it get me 504 Gateway out.
Lychee logs shows only stuff like that :
2019-08-04 12:19:45 - notice - Lychee\Modules\Photo::add (242) - Skipped adjustment of photo (DSC_0215)
I have no php or nginx errors. The server load is cool, and the only noticeable thing is that my images folder is on a s3 object storage.