• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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