• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

[GesiorACC] Error , when I search character.

Scizorek

New Member
Joined
Jan 8, 2009
Messages
19
Reaction score
0
Hello,

I use TFS 0.3.6 (Crying Damson) and [Gesior AAC] 0.3.4 (beta4) fixed v5 (http://otland.net/f118/gesior-aac-0-3-4-beta4-fixed-v5-33645/).

I have one , big problem.

When i want to search any character i get error.

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'redskulltime' in 'field list'' in C:\xampp\htdocs\pot\OTS_Player.php:112 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Player.php(112): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\pot\OTS_Player.php(140): OTS_Player->load('2') #2 C:\xampp\htdocs\characters.php(10): OTS_Player->find('Blasesist') #3 C:\xampp\htdocs\index.php(142): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_Player.php on line 112
Whats going on?

This is my OTS_Player.php file : OTS Player php

Thanks,
Sciz~



___________

Second problem:

[20/12/2010 15:19:09] [Warning - Event::loadScript] Event onUse not found (data/actions/scripts/other/skullremove.lua)

[20/12/2010 15:19:09] [Error - TalkAction Interface]
[20/12/2010 15:19:09] data/talkactions/scripts/deathlist.lua
[20/12/2010 15:19:09] Description:
[20/12/2010 15:19:09] data/talkactions/scripts/deathlist.lua:2: attempt to perform arithmetic on a nil value
[20/12/2010 15:19:09] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/deathlist.lua)


[20/12/2010 15:19:09] [Error - TalkAction Interface]
[20/12/2010 15:19:09] data/talkactions/scripts/deathlist.lua
[20/12/2010 15:19:09] Description:
[20/12/2010 15:19:09] data/talkactions/scripts/deathlist.lua:2: attempt to perform arithmetic on a nil value
[20/12/2010 15:19:09] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/deathlist.lua)

?:<
 
Last edited:
In first error you must add 'redskulltime' in table player.
Code:
ALTER TABLE `players` ADD `redskulltime` INT( 11 ) NOT NULL DEFAULT '0';

And second error can you show scripts becouse this screen is not effecting
 
I add this and I get error again :

Warning: Division by zero in C:\xampp\htdocs\characters.php on line 164

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'time' in 'order clause'' in C:\xampp\htdocs\characters.php:200 Stack trace: #0 C:\xampp\htdocs\characters.php(200): PDO->query('SELECT * FROM p...') #1 C:\xampp\htdocs\index.php(142): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\characters.php on line 200

second :

skullremover.lua - clean O_o (any words in this file)
deathlist.lua -> deathlist lua
 
Back
Top