• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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