(10-16-2017, 09:38 PM)betatester3.0 Wrote: Login to your panel using ssh, then hit "php -q /etc/sentora/panel/bin/daemon.php"
force the Daemon to run and see if there are any errors in the output
Finally the cron job is running ... the issue was the db connectivity link, which was like '../include/db' and then i gave db credentials directly in cron task fileĀ and it worked. I have no idea why it did not take this ( '../include/db') way of linking.