Ldrozd
Piszę skrypty w zeszycie.
I installed ACCmaker by gesior. And when i open my website and:
When I enter the support list I can see
Instead I enter choosen character:
Probably you will ask whats in those files, look:
1.
2.
I'm waiting 4 your help, guys.
Ldrozd
When I enter the support list I can see
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mastah.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
Instead I enter choosen character:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mastah.groups' doesn't exist' in C:\xampp\htdocs\pot\OTS_Group.php:46 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Group.php(46): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\pot\OTS_Player.php(359): OTS_Group->load('1') #2 C:\xampp\htdocs\characters.php(31): OTS_Player->getGroup() #3 C:\xampp\htdocs\index.php(94): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_Group.php on line 46
Probably you will ask whats in those files, look:
1.
{
$this->rows = $this->db->query( $this->getSQL() )->fetchAll();
}
2.
{$this->data = $this->db->query('SELECT ' . $this->db->fieldName('id') . ', ' . $this->db->fieldName('name') . ', ' . $this->db->fieldName('flags') . ', ' . $this->db->fieldName('access') . ', ' . $this->db->fieldName('maxdepotitems') . ', ' . $this->db->fieldName('maxviplist') . ' FROM ' . $this->db->tableName('groups') . ' WHERE ' . $this->db->fieldName('id') . ' = ' . (int) $id)->fetch();}
I'm waiting 4 your help, guys.
Ldrozd
Last edited: