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

Help, setting up server

jjoohansson

New Member
Joined
Apr 15, 2014
Messages
2
Reaction score
0
Hey, Im trying to fix my own full custom 12.86 server. I kinda need help..

Im following this guide: [Basic][Windows] Canary + Uniform Server + ZnoteAAC - OpenTibiaBR (https://majestyotbr.gitbook.io/opentibiabr/projects/canary/infrastructure/basic-windows-canary-+-uniform-server-+-znoteaac)

But idk where to put login.php file and i get a error message on my homepage saying: Configuration error! Cannot save cache to memory, but it is configured to do so. You need to enable PHP extension APCu to enable memory cache. Install it or set $config['cache']['memory'] to false! Ubuntu install: sudo apt install php-apcu


Can anyone help me?
 
Go to config.php and change 'memory' to false

PHP:
        // Store cache in memory/RAM? Requires PHP extension APCu
        'memory' => true
Thank you, this helped out. Now i have a new problem:

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist

What do i do?
Post automatically merged:

Just put the login.php on znote www folder.
I followed the step and it worked, thank you so much.

I have a new error :D

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist
Post automatically merged:

Thank you, this helped out. Now i have a new problem:

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist

What do i do?
Post automatically merged:


I followed the step and it worked, thank you so much.

I have a new error :D

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist
I dont understand, where should i search? In what map?
 
Last edited:
Thank you, this helped out. Now i have a new problem:

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist

What do i do?
Post automatically merged:


I followed the step and it worked, thank you so much.

I have a new error :D

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist
Post automatically merged:


I dont understand, where should i search? In what map?
Did you import the znote schema.sql?
 
Thank you, this helped out. Now i have a new problem:

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist

What do i do?
Post automatically merged:


I followed the step and it worked, thank you so much.

I have a new error :D

string(403) "SELECT p.name, p.vocation, p.skill_club AS value, za.flag , p.lookbody AS body, p.lookfeet AS feet, p.lookhead AS head, p.looklegs AS legs, p.looktype AS type, p.lookaddons AS addons FROM players AS p INNER JOIN znote_accounts AS za ON p.account_id=za.account_id WHERE p.group_id < 2 ORDER BY p.skill_club DESC LIMIT 0, 100;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'canary.znote_accounts' doesn't exist
Post automatically merged:


I dont understand, where should i search? In what map?
Like celo said, you're missing schemas

Run them as SQL query
 
Back
Top