numero2 / contao-proper-filenames

Replaces special characters in filenames right after upload.
https://www.numero2.de/contao/erweiterungen/proper-filenames.html
GNU Lesser General Public License v3.0
13 stars 5 forks source link

Dateiverwaltung - Neuer Ordner #19

Closed operatorone closed 2 years ago

operatorone commented 2 years ago

Beim Erstellen eines neuen Ordners erhalte ich im Backen einen 500er Fehler und im Log findet sich folgende Meldung:

[2022-07-26T14:41:56.394249+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "numero2\ProperFilenamesBundle\EventListener\DataContainer\FilesListener::checkParentFolder(): Return value must be of type string, null returned" at /var/www/clients/client150/web878/web/contao_live/vendor/numero2/contao-proper-filenames/src/EventListener/DataContainer/FilesListener.php line 108 {"exception":"[object] (TypeError(code: 0): numero2\\ProperFilenamesBundle\\EventListener\\DataContainer\\FilesListener::checkParentFolder(): Return value must be of type string, null returned at /var/www/clients/client150/web878/web/contao_live/vendor/numero2/contao-proper-filenames/src/EventListener/DataContainer/FilesListener.php:108)"} []

Contao 4.13.6 PHP 8.1

bennyborn commented 2 years ago

Willst Du mal den DEV-Master ausprobieren? Wir haben letzte Woche Updates für Contao 5 / PHP 8.1 gemacht. Sollte dort nicht mehr auftauchen.

operatorone commented 2 years ago

Klar, kann ich gerne machen 🙂

operatorone commented 2 years ago

Hab den DEV-Master installiert. Leider wieder folgende Meldung: [2022-07-26T15:00:19.218129+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "numero2\ProperFilenamesBundle\EventListener\DataContainer\FilesListener::checkParentFolder(): Return value must be of type string, null returned" at /var/www/clients/client150/web878/web/contao_live/vendor/numero2/contao-proper-filenames/src/EventListener/DataContainer/FilesListener.php line 108 {"exception":"[object] (TypeError(code: 0): numero2\\ProperFilenamesBundle\\EventListener\\DataContainer\\FilesListener::checkParentFolder(): Return value must be of type string, null returned at /var/www/clients/client150/web878/web/contao_live/vendor/numero2/contao-proper-filenames/src/EventListener/DataContainer/FilesListener.php:108)"} []

bennyborn commented 2 years ago

Ist nun im aktuellen Commit gefixt 😊