Écrire une réponse

Veuillez écrire votre message et l'envoyer

Cliquez dans la zone sombre de l'image pour envoyer votre message.

Retour

Résumé de la discussion (messages les plus récents en premier)

k5
2024-05-03 18:27:12

Bonjour,
Une grande partie des erreurs au dessus font partie de la correction du piwigo 14.5

Donc si c'est pressé il y a la possibilité d'installer piwigo Master ou alors je pourrais la correction manuellement ?

A très vite

johann1
2024-05-03 17:19:11

La vidéo a maintenant un triangle noir à la place de la bobine de film et la dimension est petite de la vidéo :O)

Voici le message d'erreur K5:

Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, null given in /home2/Pierrot/public_html/Rien/plugins/piwigo-videojs/admin/admin_photo.php:84 Stack trace: #0 /home2/Pierrot/public_html/Rien/plugins/piwigo-videojs/admin/admin_photo.php(84): array_merge() #1 /home2/Pierrot/public_html/Rien/admin/plugin.php(53): include_once('/home2/Pierrot/...') #2 /home2/Pierrot/public_html/Rien/admin.php(346): include('/home2/Pierrot/...') #3 {main} thrown in /home2/Pierrot/public_html/Rien/plugins/piwigo-videojs/admin/admin_photo.php on line 84

Ah oui, je suis passé en PHP 8.1, Il n'a pas accepté le 8.2

k5
2024-05-03 15:58:23

bonjour,
essayer de passer php 8.2 puis dans localfiles editor ---> locale (d'ajouter)

Code:

$conf['enable_formats'] = true;
$conf['picture_ext'] = array('mkv','jpg','mp4','JPG');
$conf['picture_ext'] = array('jpg', 'jpeg', 'png', 'gif', 'pdf', 'svg', 'mp3', 'mp4','avi');
$conf['file_ext'] = array_merge($conf['picture_ext'],array('jpg','JPG','tiff','tif','mpg','MPG','avi','AVI','mov','MOV','mp4','MP4','pdf','svg', 'mp3','mkv'));
$conf['format_ext'] = array('cr2', 'tif', 'tiff', 'nef', 'dng', 'ai', 'psd', 'mkv','jpg');

aprés avoir fait cela
Dans videojs --> synchroniser
les program dependencies serait-il possible d'avoir une validation verte de partout sur les 4.

Si la version videojs 2.9b a des erreurs sur telques résolution, longitude... il est possible d'installer une version evoluée manuellement
https://github.com/Piwigo/piwigo-videojs

ou

essayer d'attendre piwigo 14.5

A très vite

johann1
2024-05-02 19:29:14

Bonjour K5 - Merci pour ton aide ;O)

Plugins installés:

Additionnal pages
Admin Tools
Check Uploads
Contact Form
Embedded videos
Header Manager
LocalFiles Editor
PWG Stuffs
Take A Tour of Your Piwigo
VideoJS

PHP disponibles:
7.0 - 7.1 - 7.2 - 7.3 - 7.4
8.0 - 8.1 - 8.2 - 8.3


Il y a ceci dans le "LocalFiles Editor" (configuration Locale):


$conf['upload_form_all_types'] = true;

$conf['sync_chars_regex'] = '/^[a-zA-Z0-9-_. ]+$/';
$conf['show_exif'] = true;
$conf['show_exif_fields'] = array(
  'Make',
  'Model',
  'ExifVersion',
  'Software',
  'DateTimeOriginal',
  'FNumber',
  'ExposureBiasValue',
  'FILE;FileSize',
  'ExposureTime',
  'Flash',
  'ISOSpeedRatings',
  'FocalLength',
  'FocalLengthIn35mmFilm',
  'WhiteBalance',
  'ExposureMode',
  'MeteringMode',
  'ExposureProgram',
  'LightSource',
  'Contrast',
  'Saturation',
  'Sharpness',
  'bitrate',
  'channel',
  'date_creation',
  'display_aspect_ratio',
  'duration',
  'filesize',
  'format',
  'formatprofile',
  'codecid',
  'frame_rate',
  'latitude',
  'longitude',
  'make',
  'model',
  'playtime_seconds',
  'sampling_rate',
  'type',
  'resolution',
  'rotation',
  );


... et rien d'autres.

k5
2024-05-02 18:00:52

Bonjour
Quels plugins installé activé ?
Quels sont les PHP disponibles ?
Dans localfilez editor, il y a quoi dans locale ?
À très vite

johann1
2024-05-02 17:52:06

Bonjour / Bonsoir,


J'arrive facilement à uploader des vidéos, elles sont lisibles, mais je ne parviens pas à pouvoir changer l'image par défaut. J'aimerais pouvoir donner à chaque vidéo une image, si possible bien-sûr automatiquement.

Voici les messages erreurs du plugins Piwigo "VideoJS":

Warning: array_merge(): Expected parameter 1 to be an array, null given in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/admin/admin_photo.php on line 84

Notice: Trying to access array offset on value of type null in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/function_dependencies.php on line 38

Notice: Trying to access array offset on value of type null in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/function_dependencies.php on line 38

Notice: Trying to access array offset on value of type null in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/function_dependencies.php on line 38

Notice: Trying to access array offset on value of type null in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/function_dependencies.php on line 38

Notice: Trying to access array offset on value of type null in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/mediainfo.php on line 32

Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' not found in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/mediainfo.php on line 34

Warning: SimpleXMLElement::__construct(): sh: --Full: command not found in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/mediainfo.php on line 34

Warning: SimpleXMLElement::__construct(): ^ in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/mediainfo.php on line 34

Notice: Trying to access array offset on value of type null in /home2/Rien/public_html/Pierrot/plugins/piwigo-videojs/include/mediainfo.php on line 38
Mediainfo error reading file. Is MediaInfo install? Is MediaInfo in path?
Is the video accessible & readable, Try to run the command manually.
--Full --Output=XML --Language=raw './upload/2024/05/02/20240502161618-d17db1b4.mp4'
output: sh: --Full: command not found

Merci d'avance pour votre aide

Piwigo 14.4.0
Installé le 28 Février 2012, il y a 12 ans 2 mois 3 jours
Système d'exploitation: Linux
PHP: 7.4.33 (Montrer les informations) [2024-05-02 17:48:44]
MySQL: 10.6.17-MariaDB [2024-05-02 17:48:44]
Bibliothèque graphique: External ImageMagick 6.9.10-68

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact