cron jobs re-created duplicate and not deleted on uninstall

Not sure when that happened, but for sure it happened:

I installed Drupal on a test-site, and ended up with 4 cron-jobs just at different minutes:

/usr/bin/wget -q -O /dev/null http://example.com/drupal/cron.php

Then backed-up and restored the site, and re-restored over the site 2 more times.

Then I uninstalled the Drupal script from the vminPro interface, but 3 cron jobs stayed.

That means there are 2 bugs:

1) looks like drupal installer generates more than 1 cron job

2) drupal uninstaller removes only 1.

Status: 
Closed (fixed)

Comments

Yes, I noticed this myself just recently - the real cause is that the Drupal installer doesn't delete the cron job when the domain is deleted, potentially causing multiple duplicate jobs to be created.

I will fix this in the next Virtualmin release.

Automatically closed -- issue fixed for 2 weeks with no activity.