• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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