Quote:
Originally Posted by ade291067
same error as before
--------------- Added [DATE]1475151027[/DATE] at [TIME]1475151027[/TIME] ---------------
Database error in vBulletin :
Invalid SQL:
SELECT * FROM setting;
MySQL Error : Table 'my database.setting' doesn't exist
Error Number : 1146
Request Date : Thursday, September 29th 2016 @ 02:20:09 PM
Error Date : Thursday, September 29th 2016 @ 02:20:09 PM
Script : http:///
Referrer : http://uptime.commy web site.com
IP Address : 45.79.95.64
Username :
Classname : vB_Database_MySQLi
MySQL Version :
|
looking at this you need to set your prefix in config.php as
Code:
$config['Database']['tableprefix'] = 'my database';
seems odd to have a space in it though...