• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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