• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cron Moodle and Update to 8.4

H

hugo69

Guest
Hy,

since I updated PLESK to 8.4, I receive an error message:

Error: Database connection failed
It is possible that the database is overloaded or otherwise not running properly
The site administrator should also check that the database details have been correctly specified in config.php


After analysis, I find a folder named moodle, that I never installed in /var/www/moodle/web/

Very strange....

As I do not find the cron execution in my plesk GUI, I deleted everything in the /var/www/moodle/web/moodle/web/admin/cron.php

By the way, I still have this CROn execution every 5 minutes, that I would like to stop.

May 12 23:10:01 s1523xxxxx crond[2003]: (apache) CMD (/usr/sbin/moodle-cron)


Can somebody tell me how to uninstall this moodle that I never installed, and how to deleted the action taken every 5 minutes?

Tx
 
Hi,

check to which package files from /var/www/moodle/web/moodle/ belong to:
# rpm -qf /var/www/moodle/web/moodle/web/admin/cron.php

after that you can delete obtained package:
# rpm -e package_name
 
Hi

Hi

Could you please explain in details ?

Thanks in advance.
 
Back
Top