As far as I know this is not a UseBB issue. Please contact your host for help.
I'm getting errors when trying to run "Repair tables or "Optimize tables" in useBB 1.0.15 (latest version installed clean today), that's very similar to your error above.
This is the error I get on running both.
Repair tables
An error was encountered. We apologize for any inconvenience.
In file sources/db_mysqli.php on line 130:
SQL_ERROR - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , , , , , , , , , ,' at line 1
This error should probably not have occured, so please report it to the owner. Thank you for your help.
If you are the owner of this board and you believe this is a bug, please send a bug report.
Optimize tables
An error was encountered. We apologize for any inconvenience.
In file sources/db_mysqli.php on line 130:
SQL_ERROR - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , , , , , , , , , ,' at line 1
This error should probably not have occured, so please report it to the owner. Thank you for your help.
Here is my system info:
UseBB version: 1.0.15 – Version Check
PHP version: 5.3.14
SQL server driver: MySQL (mysqli)/5.5.24-cll
HTTP server: Apache
Operating system: Linux
Server load values: 0.06, 0.09, 0.08
As far as I know this is not a UseBB issue. Please contact your host for help.
I'm getting errors when trying to run "Repair tables or "Optimize tables" in useBB 1.0.15 (latest version installed clean today), that's very similar to your error above.
This is the error I get on running both.
Repair tables
Optimize tables
Here is my system info:
UseBB version: 1.0.15 – Version Check
PHP version: 5.3.14
SQL server driver: MySQL (mysqli)/5.5.24-cll
HTTP server: Apache
Operating system: Linux
Server load values: 0.06, 0.09, 0.08
Apparently this is a bug that popped up after some change in PHP with array_walk. I fixed this in git, see https://github.com/usebb/UseBB/issues/118.
You can download a new db_mysqli.php at https://raw.github.com/usebb/UseBB/fabff5104cbe95300a2a8de409f91e1f3eb286e3/sources/db_mysqli.php.
Thanks for that quick fix, just added it now and both run fine without any errors given out like before.