View Single Post
  #2  
Old 12-17-2016, 11:38 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,933

I think you are not setting up the mysql database properly. What version of mysql are you using? Do you see the tables created in the database after you ran the install script?

Looking at the source code of servers.php, line 61 looks like a very simple query "SELECT ALL SERVERS" but it cannot find the table, so that's most likely your issue.


The database you entered in the config.php needs to be correct:

$joDbht = "localhost"; //Database host name.
$joDbnm = ""; //Database name.
$joDbun = ""; //Database username.
$joDbpw = ""; //Database password.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote