• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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