• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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