• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Internal error: {"status":"SUCCESS","message":"Der Ordner %%folder% wurde erfolgreich

kselp12

New Pleskian
Hi!
While creating a new Folder in Filesharing and German as Language is selected, the following error occurs:

Internal error: {"status":"SUCCESS","message":"Der Ordner %%folder% wurde erfolgreich erstellt.","data":null}

Bildschirmfoto 2014-09-03 um 07.31.32.png
In Background the folder is created successfully and can be accessed after confirming the error Dialog.

Switching to EN-en locales a folder can be created without any error.

(Plesk 12.0.18, latest MU)

Regards
Andreas
 
I think you don't translate some value in translate files. I have same issue with subscription creation:
Internal error. {"redirect":"\/subscription\/edit\/id\/1599\/?redirect=%2Fsubscription%2Flist","status":"success","statusMessages":[]}

Try to "rsync --ignore-existing" files from en_US language to you translated files.

something like this:
rsync -a --progress --ignore-existing /usr/local/psa/admin/panel/application/resources/languages/en-US/ /usr/local/psa/admin/panel/application/resources/languages/YOUR_LANG/
 
Back
Top