• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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