• 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.

Forwarded to devs New bug in plesk 17.5.3

sebgonzes

Silver Pleskian
TITLE:
New bug in plesk 17.5.3
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
plesk 17.5.3, cloudlinux7, x86
PROBLEM DESCRIPTION:
Hello

We have upgrade some server from plesk 17.0.17 to plesk 17.5.3, and we have several bugs with events handle, all events work fine from plesk 12.5 and plesk 17.0.17, but are bugged in plesk 17.5.3.

First problem : Event Parameters Passed by Event Handlers => this parameter "IP_ADDRESS" don't work... the correct is NEW_IP_ADDRESS we have solved it (lose one hour testing various parameter), but you need to update the documentation to put the correct parameter.

Second problem : Event Parameters Passed by Event Handlers => this parameter "NEW_SUBDOMAIN_NAME" don't return value in plesk 17.5.3 (but yes in previous version)...

Third problem : Database created => this parameter <OLD_DOMAIN_NAME> don't return value in plesk 17.5.3 (but yes in previous version)...

Need a solution ASAP...
Thanks
Regards​
STEPS TO REPRODUCE:
Create an event and try to pass parameter​
ACTUAL RESULT:
Parameter give blank result​
EXPECTED RESULT:
Parameter give correct value​
ANY ADDITIONAL INFORMATION:
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 
From developer:

I confirm that case #1 is documentation bug, issue PTD-1511 was created. One should use NEW_IP_ADDRESS and NEW_IPV6_ADDRESS names.
As for problems #2 and #3 - I cannot reproduce them. Probably customer subscribes to wrong event, e.g. Subdomain of a default domain created instead of Subdomain created or Domain alias deleted instead of Default domain, alias deleted

For case 2
We use Subdomain of a default domain created with

it's another bug : Screenshot perhaps of spanish translation, but 2 events have the same name! the good one is the second one.
Supose that the first one is the "delete" event!

Ok for case 3, it's works correctly
 
Back
Top