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

Solved Geisor Some Strange Error.

betoxz

Member
Joined
Dec 16, 2007
Messages
139
Reaction score
10
Location
Mexico, Monterrey
Hello!
Well I got something stange in the procces of instalation, when I was
adding the tables and columns in my database, some varaiables diden´t add:

Add tables and columns to DB
Installer try to add new tables and columns to database.
Add columns to table accounts
Can't add column key to table accounts, already exist?
Added column page_lastday to table accounts
Added column email_new to table accounts
Added column email_new_time to table accounts
Added column created to table accounts
Added column rlname to table accounts
Added column location to table accounts
Added column page_access to table accounts
Added column email_code to table accounts
Added column next_email to table accounts
Added column premium_points to table accounts
Add columns to table guilds
Added column description to table guilds
Added column logo_gfx_name to table guilds
Add columns to table players
Can't add column online to table players, already exist?
Added column created to table players
Added column nick_verify to table players
Added column old_name to table players
Added column hide_char to table players
Added column comment to table players
Add new tables to database
Added table z_news_big
Added table z_news_tickers
Added table z_spells
Added table z_monsters
Tables and columns added to database.

and another problem is how can I fix the blue botton on top right of the page where you can login.. look this one:
problema.jpg


when I click on it it move me to the main page of otland, how can I modified it so insted it send me to the main page of otland send me to my login page from my acc....

and one more error is that it always appear
server offline and it's online :/...

thanks for reading my theat :D, if you got any suggestion I would be very greatfull :wub:

Well the server that I am using is
[8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

And the acc that I am using is:
Unnamed acc. maker 0.3.4beta for TFS 0.3.4 (work with multi-world!)
thanks for all +rep, the one who help me:D
 
Last edited:
Ok.

1. Problem: You already have those columns and there is no problems about that...
2. Problem: In your config.lua in:
Code:
url = "http://otland.net/"
Change it for:
Code:
url = "http://127.0.0.1/"
3. Problem: In your config-and-functions.php search for:
PHP:
$sock = @fsockopen("127.0.0.1", $config['server']['port'], $errno, $errstr, 1);
Change it for:
PHP:
$sock = @fsockopen("127.0.0.1", 7171, $errno, $errstr, 1);

Rep me :D
 
When i start instalation - Set server path i have a problem:
Code:
Warning: Error parsing d:/tfs/config.lua on line 143 in C:\xampp\htdocs\3\install.php on line 150

And when i make all with problem i have this:
Code:
Warning: Error parsing D:/tfs/config.lua on line 143 in C:\xampp\htdocs\config-and-functions.php on line 13
I don't know what i must do with this.
Please help me.
 
Last edited:
Back
Top