• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Crontab extract

D

druckgott

Guest
Hallo

I have a Crontabe for a php file but it don´t work

Min *
Std *
day *
day of the week*

/var/www/vhosts/coolpixx.de/httpdocs/lmo/cronjobs.php

the cronjob will work because if i open it into my browser it do his work

but the crontab don´t work
could somebody help me?

mfg
druckgott
 
You should try

/usr/bin/php /var/www/vhosts/coolpixx.de/httpdocs/lmo/cronjobs.php

as command, else cron doesn't know how to handle the php file.
 
Back
Top