• 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

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