Cronjob settings can't be saved?

Nextcloud 11.0.0 stable on Ubuntu 16.04 x64, ISPconfig 3.1.1p1, PHP with Zend OPcache v7.0.8-0ubuntu0.16.04.3

I’ve a fresh installation of Nextcloud without Nextant, just the core.

I’ve set up the cronjob:

crontab -u www-data -e

*/15  *  *  *  * php -f /opt/nextcloud/cron.php

Now i would like to switch to cron instead of ajax

After selecting the radio button “Cron” and switching to another page of the left menu and then back again to “Server settings”, “AJAX” will be selected automatically. Ther’s no way to save “Cron” :frowning:

Is there a way to find out if the cronjob has been executed?

Is there any errors on your logs?

Trying putting the logs into debug mode and see if you get any feedback.

Unfortunately not.

I’ve switched to

'debug' => true,

in

/config/config.php

If i try to start the cronjob manually wirth

sudo -u www-data php /var/www/nextcloud/cron.php

i can’t find anything in the logfile, which is at /var/nextclouddata/nextcloud.log.

Also look at this.
https://forum.owncloud.org/viewtopic.php?t=30243

Here the solution

1 Like