You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a Script that processes various files but every time a Filepath contains a Umlaut (äöüÜÖÄ) the App removes them from the Path and the Script fails. Wich is weird because i have a seperate Nextcloud server (but a older version) for Testing where the App does not remove the Umlauts and the Script works perfectly.
I just recently setup the Nextcloud where i encounter this Problem. Is it possible that i made some mistakes in the setup Process that causes this to happen? I searched for hours but could not find documentation on this problem.
I dont know if its a bug for newer versions or if im just too dumb to see my error but help would be very appreciated.
Steps to reproduce
Setup Workflow_Script to echo filepath to logfile
do smth to File with Umlauts (e.g. Müller.pdf)
wait for cron.php or execute
Open logfile
Expected behaviour
path in logfile is,
some/file/called/müller.pdf
Actual behaviour
path in logfile is,
some/file/called/mller.pdf
Workflow Script app
**Workflow Script app version: 1.7.0
Server configuration
Operating system: Ubuntu
Web server: Apache
Database: Maria
**Nextcloud Version: 22.2.0
The text was updated successfully, but these errors were encountered:
Can confirm this in a docker-compose stack using the current official docker image nextcloud:22.2.3-fpm from docker hub.
The official docker image is based on the official php:80-fpm-bullseye image which currently has php 8.0.12.
Hello,
I have a Script that processes various files but every time a Filepath contains a Umlaut (äöüÜÖÄ) the App removes them from the Path and the Script fails. Wich is weird because i have a seperate Nextcloud server (but a older version) for Testing where the App does not remove the Umlauts and the Script works perfectly.
I just recently setup the Nextcloud where i encounter this Problem. Is it possible that i made some mistakes in the setup Process that causes this to happen? I searched for hours but could not find documentation on this problem.
I dont know if its a bug for newer versions or if im just too dumb to see my error but help would be very appreciated.
Steps to reproduce
Expected behaviour
path in logfile is,
some/file/called/müller.pdf
Actual behaviour
path in logfile is,
some/file/called/mller.pdf
Workflow Script app
**Workflow Script app version: 1.7.0
Server configuration
Operating system: Ubuntu
Web server: Apache
Database: Maria
**Nextcloud Version: 22.2.0
The text was updated successfully, but these errors were encountered: