Cron errors from nextcloud

Hello everyone, after installing a version of nextcloud, everything seems to work but I get this email message :slight_smile:

Subject: Cron apache@netsan /usr/bin/scl enable rh-php73 – php -d memory_limit=512M -d apc.enable_cli=1 -f /usr/share/nextcloud/cron.php
Exception: Not installed in /usr/share/nextcloud/lib/base.php:277
Stack trace:
#0 /usr/share/nextcloud/lib/base.php(649): OC::checkInstalled(Object(OC\SystemConfig))
#1 /usr/share/nextcloud/lib/base.php(1089): OC::init()
#2 /usr/share/nextcloud/cron.php(43): require_once(’/usr/share/next…’)
#3 {main}

Was it a one time error?

Did you install via Software Center?

You could check the cron command on CLI:

sudo -u apache /usr/bin/scl enable rh-php73 -- php -d memory_limit=512M -d apc.enable_cli=1 -f /usr/share/nextcloud/cron.php

2 Likes

Hi Mark, thank you for replying. I monitored the server, it seems that it generated this error via email only once, as you suggested by running that command from cli, I don’t read any console errors. I will keep the server monitored. Thank you.
Also yes, I installed via software center “nextcloud”.

1 Like