Issue 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: 1
Back
Top