← Back to team overview

mahara-contributors team mailing list archive

[Bug 1933941] Re: After Update to 21.04.1 still 21.04.0 shows up

 

Hi Andi,

Those numbers should update on the next cron run

Has the cron run through?

If you are using linux for the site you can check on the command line of
a terminal.

Go to the site's root directory and run:

sudo -u www-data php htdocs/lib/cron.php

It should show you the output of the cron run - if there are any 'long
running' results you can reset them by deleting the rows in the database
'config' table where the 'field' column start with an underscore

 DELETE FROM config WHERE field LIKE '\_%';

Cheers
Robert

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1933941

Title:
  After Update to 21.04.1 still 21.04.0 shows up

Status in Mahara:
  New

Bug description:
  After the upgrade to 21.04.1 still version 21.04.0 shows up and
  suggests to update to 21.04.1

  It also says that even "21.10 is out of support." which doesn't make
  sense at all as it had been not even been released

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1933941/+subscriptions


References