• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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