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:

Ots_Account.php line 187 is :
7-finish.php line 76:
index.php line 208:
Anyone know how fix this problem? Just I wanna tested own maps for ots.
I'm counting on your help, best regards
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:

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() . ')');
PHP:
$new_account->create($account);
PHP:
require 'steps/' . $step_id . '-' . $step . '.php';
I'm counting on your help, best regards