Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

image size missing from about #188

Closed
mir07 opened this issue Feb 10, 2019 · 1 comment
Closed

image size missing from about #188

mir07 opened this issue Feb 10, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@mir07
Copy link
Contributor

mir07 commented Feb 10, 2019

Detailed description of the problem

When pressing 'i' to show about of an image the image size is missing even though the image size can be found in the lychee_photos table.

select count(*) from lychee_photos;
+----------+
| count(*) |
+----------+
|      350 |
+----------+
1 row in set (0.00 sec)

select count(*) from lychee_photos where `size` > 0;
+----------+
| count(*) |
+----------+
|      350 |
+----------+
1 row in set, 350 warnings (0.00 sec)

select size from lychee_photos where title = 'DSC_0002';
+--------+
| size   |
+--------+
| 8.1 MB |
+--------+
1 row in set (0.00 sec)

(See screenshot from about for this image)
screenshot at 2019-02-10 23-53-54

Steps to reproduce the issue

There is no step involved

Output of the diagnostics (Settings => Diagnostics)

Diagnostics

Warning: Dropbox import not working. No property for dropboxKey.

System Information

Lychee Version (json): 3.2.10
DB Version: update_030210
System: Linux
PHP Version: 7
MySQL Version: 50505
Imagick: 1
Imagick Active: 1
Imagick Version: 1687
GD Version: 2.2.4
Plugins:

Browser and system

Firefox 65.0 (64 bit) Debian Sid (64 bit)

@bennettscience bennettscience added bug Something isn't working JS - Lychee-Front JavaScript related see https://github.com/LycheeOrg/Lychee-front labels Feb 11, 2019
@d7415 d7415 closed this as completed in b101d18 Feb 11, 2019
@d7415
Copy link
Contributor

d7415 commented Feb 11, 2019

Thanks for spotting this.

@d7415 d7415 removed the JS - Lychee-Front JavaScript related see https://github.com/LycheeOrg/Lychee-front label Feb 11, 2019
@ildyria ildyria added this to the v3.2.12 milestone Feb 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants