fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
488 stars 301 forks source link

Import custom thumbnails from webtrees version 1 - table is empty #1545

Closed JustCarmen closed 6 years ago

JustCarmen commented 6 years ago

When clicking on the link I get an empty table.

Could that be because my media is organized in subfolders? And hence in wt-1 my thumbs were automatically divided into subfolders too.

melizaa commented 6 years ago

My media is also organized in subfolders. I have the same issue in the test system.

In future I see 6 pictures of one family branch.

Where should I see the thumbs?

fisharebest commented 6 years ago

I was looking for

.../media/subfolder/thumbs/photo.jpeg

instead of

.../media/thumbs/subfolder/photo.jpeg

melizaa commented 6 years ago

I do not yet see the media and thumb files even with the latest code.

I have for most pictures .../media/thumbs/subfolder1/subfolder2/photo.jpeg

fisharebest commented 6 years ago

@melizaa - I see the problem. Your media folder is a symbolic link.

By default, PHP does not follow symbolic links when scanning directories.

I can change this.