• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk Events

spilias

Basic Pleskian
Hello,

I am trying to create plesk event handler

I have created the event

"C:\Program Files (x86)\Parallels\Plesk\bin\subscription_settings.exe" -u "${NEW_DOMAIN_NAME}" -disk_space 15G
for domain updated / domain created

But it doesn't run.

If I add hardcode the domain name for example mytest.com

"C:\Program Files (x86)\Parallels\Plesk\bin\subscription_settings.exe" -u mytest.com -disk_space 15G

the event works.

Can you assist me please?
 
Try to use <NEW_DOMAIN_NAME> instead of "${NEW_DOMAIN_NAME}"
 
Just for your information - bugreport PTD-348 has been submitted.
 
Back
Top