• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

domain scheduled tasks dont run

okay its permissions...

My scripts want to use commands that seem forbidden like date...

If I run them as root, they are owned by root :(

I tried su as root back to the domain owner but it fails.

Damn what a pain. I have to rewrite all my scripts to run as root, and then chown the files and reset the chcon as well :(

Why is this changed from plesk 9.x, they used to work.

Here is an example:

mkdir -p /var/www/vhosts/domain.com/httpdocs/images/archive/$(date +%F)

I changed to

mkdir -p httpdocs/images/archive/$(date +%F)

result:

/bin/mkdir: /bin/mkdir: cannot execute binary file


then tried (as root):

su - domainuser date

-: date: No such file or directory

:(
 
Back
Top