• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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