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

gesior account page

Sam

Banned User
Joined
Aug 22, 2008
Messages
715
Reaction score
0
Location
British Columbia, Canada
When I try to install and go to step 4, it just gives me a 'Page cannot be displayed' error. Anything beyond step 4 does the same.

It's quite annoying really, all the other steps work perfectly. Any ideas? :/
 
Can you try to find the dll thing? I intsalled the latest version of xampp >,<

also if I click back on the page or re-enter install.php it gives this:

Code:
Add samples to DB:

Fatal error: Call to a member function query() on a non-object in C:\xampp\htdocs\install.php on line 396
 
ok I got past step 4

what a fucking surprise, ANOTHER FUCKING ERROR.
step 5
Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(459): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 229
 
I installed it succesfully.

When I create an acc tho, I CANNOT LOGIN TO THE GAME. ONLY ON SITE.

HeLP!!!!!!!!!!!!

You have the wrong version of the AAC.
The problem is that the account number you create becomes the account_ID instead of account_NAME.
Change to a newer version of the AAC, but keep your admin.php.
You need the old admin.php to import vocation samples.

What version of TFS do you have?
 
see look:

step 5:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(459): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 229
 
That's why you use the admin.php from the current one.

Download the newest, and use the old admin.php. Then you won't get stuck at step 5.
That's why I told you to keep the admin.php from the old one.
 
see look:

step 5:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(459): OTS_Account->load(1) #2 {main} thrown in C:\xampp\htdocs\pot\OTS_Account.php on line 229
It's a POT related issue.

SQL error: Column not found: 1054 Unknown column 'name' in 'field list'


Solution:
You have outdated database structure - probably old OTServ release. `loss_items` field was added during development progress and is not available on older servers while POT is strictly connected with database structure of server which it is released for. You should always use POT version which is released for your OTServ version.

Note that POT does not provide database-inter-compatibility - it only provides compatible interface for each of it's release, but you have to update POT together with your database. And not updated it if your database isn't changed for newer one.
 
Back
Top