We got the following error (see attached screenshot) this morning, and no pages of the forum were accessible. Whatever the problem was, it resolved on its own. Uncaught mysqli_sql_exception: the table 'sbf_ONLINE' is full. (We have debugging enabled at this time.)
Server Information UBB.threads Version 8.0.0 Release 20240826 Server OS Linux Server Load 0.11 Web Server Apache/2.4.37 PHP Version 8.3.11 MYSQL Version 8.0.39 Database Size 1.82 GB
That is extremely strange, the first part of the altertable portion of the v8 upgrade utility was supposed to convert the two memory tables (ubbt_ONLINE and ubbt_TOPIC_VIEWS) to a standard MyISAM table from a MEMORY/HEAP table.
The initial fix in ~v7.1 was to make this high resource table exist only in MEMORY so that it wasn't constantly writing to the disk, but now adays this isn't needed as SSD disks are common and the speed improvement isn't really happening anymore. You can read more in the in a support page here.
You have two choices, either convert the table to a MyISAM table in PHPMyAdmin (I believe under operations) or empty the table and leave it as a MEMORY type.
Server Information UBB.threads Version 8.0.0 Release 20240826 Server OS Linux Server Load 0.11 Web Server Apache/2.4.37 PHP Version 8.3.11 MYSQL Version 8.0.39 Database Size 1.82 GB
Server Information UBB.threads Version 8.0.0 Release 20240826 Server OS Linux Server Load 0.11 Web Server Apache/2.4.37 PHP Version 8.3.11 MYSQL Version 8.0.39 Database Size 1.82 GB