• 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.

Question Cronjob problem with UNA

hollosch

New Pleskian
Hi,
i've installed UNA on plesk. I set up a cronjob via plesk scheduled tasks, but when iactivate the task, it doesn't work.

UNA-Support tells me the path to php seems to be wrong...

This is my cron:
SCREEN#1503-2019-07-25.png

UNA-Support tells me:
cd /data/vhosts/domain.com/httpdocs/periodic/; /opt/psa/admin/bin/php -q cron.php
(but doesn't work for me)

What can be the problem ???
 
What is the version of php is used for your site? Go to subscription -> PHP Settings and check it. Let's say it is PHP 7.2. In this case as a command for your cronjob use following:

/opt/plesk/php/7.2/bin/php /data/vhosts/domain.com/httpdocs/periodic/cron.php
 
Back
Top