Comment to 'New install of Spacenook won't update'
  • I now have updated all the way to 14.0.0-RC2! Fantastic.

    Is there a way to change the line on the Dashboard that says "Installed:11 Jul 2023", as I just installed this software yesterday and this is obviously a legacy date from spacenook. It's not important, I'd just like to update it for my own records.

    • You may backup the `sys_modules` table from your UNA database and then run the following MySQL query there:

      UPDATE `sys_modules` SET `date` = '1737916743' WHERE `sys_modules`.`name` = 'system'