Projet

Général

Profil

Actions

Anomalie #16921

fermé

Erreur de conversion fichier au Format .PDF (Casse de l'extension)

Ajouté par Antoine HAGUES il y a plus de 3 ans. Mis à jour il y a presque 2 ans.

Statut:
R&D - Terminé
Priorité:
2-Sérieux
Assigné à:
Damien BUREL
Version cible:
Début:
22/04/2021
Echéance:

Description

Changement dans le code dans le fichier -> /var/www/html/MaarchCourrier/src/app/convert/controllers/ConvertPdfController.php ligne 164

Remplacer la ligne

$resource = file_get_contents("{$tmpPath}{$fileNameOnTmp}.pdf");

par

if (is_file("{$tmpPath}{$fileNameOnTmp}.PDF")) {
    $resource = file_get_contents("{$tmpPath}{$fileNameOnTmp}.PDF");
} else {
    $resource = file_get_contents("{$tmpPath}{$fileNameOnTmp}.pdf");
}

Actions

Formats disponibles : Atom PDF