• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Uncaught TypeError: Cannot read properties of undefined (reading 'empty')

bnornes

New Pleskian
Server operating system version
Ubuntu 22.04.5 LTS
Plesk version and microupdate number
18.0.79 Update #2

Uncaught TypeError: Cannot read properties of undefined (reading 'empty') at onClick (main.js?18.0.79-2:1:73237)​

Error occurs while trying to import DNS zone file.

( Transfer of DNS Records Version 1.2.1-14106 )

Solution anyone ?

regards
Bjorn
 
Hi, Bjorn. This behavior is due to an existing bug (EXTPLESK-14076). Our team is already working on introducing a fix for it. Until the same is released, please apply the following workaround:

1. Connect to the Plesk server via SSH and transfer the attached hotfix.zip archive to /root
2. Execute the following command:

Code:
unzip -o /root/hotfix.zip -d / && chown -R root:root /usr/local/psa/admin/htdocs/modules/dns-transfer/ && tree /usr/local/psa/admin/htdocs/modules/dns-transfer/

Please let us know if you face any further issues.
 

Attachments

  • hotfix.zip
    25.9 KB · Views: 7
Back
Top