• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

event manager can't run domain.sh on domain creation?

Mshaker

Basic Pleskian
We want to disable PHP safe mode to each domain that we create. I tried adding an event to the "domain created" but it doesn't work ?

Event: Domain created
Priority: Normal
User: root
Command: /usr/local/psa/bin/domain.sh -u $NEW_DOMAIN_NAME -php_safe_mode false

This command works fine if I run it from bash .. why won't it work with the event manager ?
 
If it works fine in CLI - why you can't create corresponding script and run script in Event manager instead mentioned command?
 
This is a plesk bug

I tried what you said... that doesn't work either.

Event: Domain created
Priority: Normal
User: root
Command: /opt/scripts/domain_create.sh <new_domain_name>

cat /opt/scripts/domain_create.sh
Code:
#!/bin/bash
/usr/local/psa/bin/domain.sh -u $1 -php_safe_mode false

This looks to me like a plesk bug. The command works fine for me from bash but does not work when called from the event manager.
 
please confirm

IgorG can you please let me know what the status is on this ? Is this a confirmed bug or is their a workaround?
 
Thanks IgorG.. I didn't even know that their was a "Physical hosting created" option in the events dropdown list (I always just used "domain created" .. This should work now.
 
Back
Top