PDA

View Full Version : Cron Moodle and Update to 8.4


hugo69
13th May 2008, 09:37 AM
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

Satoriya
22nd May 2008, 05:56 PM
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