• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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