Hi everyone !
I was using the “Data Admin” module to update school years. So now I have TWO current years and can’t delete one. Pls help.
Hi everyone !
I was using the “Data Admin” module to update school years. So now I have TWO current years and can’t delete one. Pls help.
There are two options here:
Ross
You should be able to fix this with using sql, e.g.
UPDATE gibbonSchoolYear SET status=‘Upcoming’ WHERE name=‘2023-2024’
Otherwise login into your db using phpMyAdmin, switch to table ‘gibbonSchoolYear’ and change the ‘status’ of year ‘2023-2024’ back to ‘Upcoming’.
Good luck!
You almost beat me to it Roman ; )