System info:
Ubuntu 16.04LTS
PHP 7.0
(All upgades installed for system with apt-get)
Owncloud 10.3
Database SQLite
Steps to reproduce
- Upgrade Owncloud to 10.3 from previous version.
fixed: ( * * * * * php occ system:cron) - Look in web interface (Settings – General)
- Cron wont run (system’s cron service)
If I use command line interface navigate to /var/www/owncloud/ and manually
run: “sudo -u www-data php occ system:cron”
and check back in the webinterface it says executed.
So it only works when manually activated.
Anyone can help me with this?