What's new

Acc za Pomoc Reput+ !

Status
Not open for further replies.

Lee Parkour

Advanced User
Joined
Sep 25, 2010
Messages
294
Reaction score
30
Jak si? zaloguje, to wy?wietla mi si?:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zexteria.bans' doesn't exist' in E:\xampp\htdocs\pot\OTS_Account.php:794 Stack trace: #0 E:\xampp\htdocs\pot\OTS_Account.php(794): PDO->query('SELECT `active`...') #1 E:\xampp\htdocs\pot\OTS_Account.php(771): OTS_Account->loadBan() #2 E:\xampp\htdocs\accountmanagement.php(30): OTS_Account->isBanned() #3 E:\xampp\htdocs\index.php(130): include('E:\xampp\htdocs...') #4 {main} thrown in E:\xampp\htdocs\pot\OTS_Account.php on line 794

beztytuuhjxa.png


G?sior Acc 0.3.6 <8.54>

Mo?e kto? zna przyczyn?? Za pomoc Rep+
 

Grzechu

Senior User
Joined
Nov 29, 2008
Messages
1,263
Reaction score
93
Odp: Acc za Pomoc Reput+ !

Dodaj to do phpmyadmin:
Code:
CREATE TABLE IF NOT EXISTS `bans` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `type` tinyint(1) NOT NULL COMMENT '1 - ip banishment, 2 - namelock, 3 - account banishment, 4 - notation, 5 - deletion',
  `value` int(10) unsigned NOT NULL COMMENT 'ip address (integer), player guid or account number',
  `param` int(10) unsigned NOT NULL default '4294967295' COMMENT 'used only for ip banishment mask (integer)',
  `active` tinyint(1) NOT NULL default '1',
  `expires` int(11) NOT NULL,
  `added` int(10) unsigned NOT NULL,
  `admin_id` int(10) unsigned NOT NULL default '0',
  `comment` text NOT NULL,
  `reason` int(10) unsigned NOT NULL default '0',
  `action` int(10) unsigned NOT NULL default '0',
  `statement` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `type` (`type`,`value`),
  KEY `active` (`active`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=48 ;
 

Lee Parkour

Advanced User
Joined
Sep 25, 2010
Messages
294
Reaction score
30
Odp: Acc za Pomoc Reput+ !

tera nast?pny b??d tamten naprawiony to nowy wyskoczy? : <

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'redskulltime' in 'field list'' in E:\xampp\htdocs\pot\OTS_Player.php:112 Stack trace: #0 E:\xampp\htdocs\pot\OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 E:\xampp\htdocs\pot\OTS_Row_DAO.php(53): OTS_Player->load(4) #2 E:\xampp\htdocs\pot\OTS_Base_List.php(228): OTS_Row_DAO->__construct(4) #3 E:\xampp\htdocs\accountmanagement.php(57): OTS_Base_List->current() #4 E:\xampp\htdocs\index.php(130): include('E:\xampp\htdocs...') #5 {main} thrown in E:\xampp\htdocs\pot\OTS_Player.php on line 112
 

Lee Parkour

Advanced User
Joined
Sep 25, 2010
Messages
294
Reaction score
30
Odp: Acc za Pomoc Reput+ !

nie dzia?a : < Wy?wietla si? to samo, doda?em to co jest UP
 

Lee Parkour

Advanced User
Joined
Sep 25, 2010
Messages
294
Reaction score
30
Odp: Acc za Pomoc Reput+ !

okaza?o si?, ?e to przez layout, poprawi?em prostym skryptem

// Do zamkni?cia
 
Status
Not open for further replies.
Top