Announcement

#1 2022-05-09 15:49:44

jessica1998
Member
New York (USA)
2022-05-09
11

Get an"error image" instead of my custom MP4 thumbnail after 12.1.0

I get an"error image" instead of my custom MP4 thumbnail after just updated to 12.1.0, it worked fine previous. My custom fix for this at the moment in product was to edit the /themes/default/icon/errors_small.png into a custom mp4-thumbnail but that is obviously not the proper way to do it.

Any input?

Thank you so much

Offline

 

#2 2022-05-26 09:51:25

I_am_cats
Member
2022-04-14
27

Re: Get an"error image" instead of my custom MP4 thumbnail after 12.1.0

I remember faffing around with this when installing Piwigo.
Why it would stop working all of a sudden I have no idea.
Have you checked the logs?

Are you using the LocalFiles plugin? If so, you could try adding something like this to your config*php:

Code:

// needed for the next option to take effect
$conf['upload_form_all_types'] = true;
// file_ext : file extensions (case sensitive) authorized
$conf['file_ext'] = array_merge(
$conf['picture_ext'],
array('pdf','mp4','doc','docx','odt','avi','PDF','MP4','DOC','DOCX','ODT','AVI')
);

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact