To see the actual error message you'll need to look at the UBB.threads error log or set the following to "1" in libs/mysqli.inc.php in order to read the error to the browser
You'll need to look at the UBB.threads error log or set the following to "1" in libs/mysqli.inc.php in order to read the error to the browser
Code
$showerror = 0;
Have not updated to the latest database and this is the error showing.
[02-Oct-2023 06:37:10 America/Los_Angeles] PHP Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/xxxxxx/public_html/ubb.sitemap.php on line 234
It would appear that someone updated your PHP build to PHP7 and you're on an unsupported build (v7.7.x supports PHP7, nothing currently supports PHP8 until we finish the final testing on our core assets).
Script: /home/outdoork/public_html/forum/libs/html.inc.php
Line: 433
SQL Error: The table 'ubbt_ONLINE' is full
SQL Error: 1114
You'll need to truncate the ubbt_ONLINE table (remove all data) to proceed; there is some information here about configuring it to write to disk vs memory which would stop the error from happening again on large forums.
While viewing the ubbt_ONLINE table you would click the "operations" tab and then "Empty the table (TRUNCATE)" link at the bottom of the PHPMyAdmin page in the "Delete data or table" section.
While viewing the ubbt_ONLINE table you would click the "operations" tab and then "Empty the table (TRUNCATE)" link at the bottom of the PHPMyAdmin page in the "Delete data or table" section.
Thank you for being so patient with me with the issue.
I have done what you have said, and now the forum is back up and running again.