• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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