• 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!

Online Status on Account Page?

young-yeezy-server

New Member
Joined
Feb 17, 2008
Messages
36
Reaction score
0
My online status window always says offline when the ot is online? how to solve this prob? and how to change the choose of cities when creating character? (im using gesior acc)
 
Last edited:
and when someone want create account he get this error
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tfs.groups' doesn't exist' in H:\Programme\xampp\htdocs\pot\OTS_Group.php:48 Stack trace: #0 H:\Programme\xampp\htdocs\pot\OTS_Group.php(48): PDO->query('SELECT `id`, `n...') #1 H:\Programme\xampp\htdocs\pot\OTS_Player.php(323): OTS_Group->load('1') #2 H:\Programme\xampp\htdocs\accountmanagement.php(667): OTS_Player->getGroup() #3 H:\Programme\xampp\htdocs\index.php(130): include('H:\Programme\xa...') #4 {main} thrown in H:\Programme\xampp\htdocs\pot\OTS_Group.php on line 48
 
In TFS 0.3.4, table `groups` has been dropped, and it uses groups.xml now, which is not supported in Gesior ACC 0.3.2
Well, I suppose you will have to wait until Gesior or someone else fixes that issue.
 
htdocs/config-and-functions.php
Change Line 357 to:
Code:
	$sock = @fsockopen("127.0.0.1", $config['server']['[B][COLOR="Red"]statusPort[/COLOR][/B]'], $errno, $errstr, 1);
 
htdocs/config-and-functions.php
Change Line 357 to:
Code:
	$sock = @fsockopen("127.0.0.1", $config['server']['[B][COLOR="Red"]statusPort[/COLOR][/B]'], $errno, $errstr, 1);

The correct sentence is:
Code:
	$sock = @fsockopen("127.0.0.1", $config['server']['[B][COLOR="Red"]statusProtocolPort[/COLOR][/B]'], $errno, $errstr, 1);
work here ^_^
 
Back
Top