• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

PDOException Error

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,112
Reaction score
221
Location
Germany
GitHub
eubrunomiguel
Help please, have pages in enter in my site, give me this error:

Example in Support List:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'server.groups' doesn't exist' in C:\xampp\htdocs\pot\OTS_Base_List.php:238 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Base_List.php(238): PDO->query('SELECT `groups`...') #1 C:\xampp\htdocs\team.php(14): OTS_Base_List->rewind() #2 C:\xampp\htdocs\index.php(166): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Base_List.php on line 238​
 
Help please, have pages in enter in my site, give me this error:

Example in Support List:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'server.groups' doesn't exist' in C:\xampp\htdocs\pot\OTS_Base_List.php:238 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Base_List.php(238): PDO->query('SELECT `groups`...') #1 C:\xampp\htdocs\team.php(14): OTS_Base_List->rewind() #2 C:\xampp\htdocs\index.php(166): include('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\pot\OTS_Base_List.php on line 238​

I think that you are trying to use the 0.3.2 version of Gesior on a TFS v0.3.4
The error is that the Gesior AAC tries to pull information out from a table called groups which doesn't exist.

So what you can do is to update to a newer AAC, or downgrade your server to a version that matches your AAC.
 
Back
Top