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

Any accmaker cant install

danielek888

New Member
Joined
Jun 7, 2017
Messages
4
Reaction score
0
Hello
I trying install MyAcc 1.8 for canary 14.12 but always when i try that doesn't work. Doesnt work with xampp and now with Uniserver i have same problem.
When i install myacc on last step when create admin account i see this error:
błąd accmakera.webp
Ots_Account.php line 187 is :
PHP:
$this->db->exec('INSERT INTO `accounts` (' . (isset($id) ? '`id`,' : '') . (isset($nameOrNumber) ? '`' . $nameOrNumber . '`,' : '') . '`password`, `email`, `created`) VALUES (' . (isset($id) ? $id . ',' : '') . (isset($nameOrNumber) ? $this->db->quote($nameOrNumberValue) . ',' : '') . ' \'\', \'\',' . time() . ')');
7-finish.php line 76:
PHP:
$new_account->create($account);
index.php line 208:
PHP:
require 'steps/' . $step_id . '-' . $step . '.php';
Anyone know how fix this problem? Just I wanna tested own maps for ots.
I'm counting on your help, best regards
 
Back
Top