• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue DomainConnect - Javascript Error

Hervé Delvaux

New Pleskian
Hi,

Since 18.0.34 on 5 different servers (debian 9 and 10), when we try a connection with domainConnect, we get a blank page.

It is a JavaScript error : "cannot read property 'renderTo' of undefined" (domain-connect-apply.js:84
 

Attachments

  • Capture.JPG
    Capture.JPG
    75.2 KB · Views: 14
  • Capture2.JPG
    Capture2.JPG
    46.8 KB · Views: 14
  • Capture3.JPG
    Capture3.JPG
    58.8 KB · Views: 15
  • Capture4.JPG
    Capture4.JPG
    109.7 KB · Views: 16
It looks like a bug.
I'd suggest you contact Plesk Support Team.
 
Looks like Plesk Domain Connect extension bug ID #EXTPLESK-2602 - the file domain-connect-apply.js is loaded before the necessary Javascript variable PleskExt.DomainConnect is loaded.

As a workaround, run this command on the server:
Code:
sed -i.backup-`date +%F-%s` 's/<script>/<script defer>/g; s/<script src/<script defer src/g' /usr/local/psa/admin/plib/modules/domain-connect/views/scripts/v2/apply.phtml
 
Back
Top