• 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 me with this error on znote

Felipe93

Ghost Member
Joined
Mar 21, 2015
Messages
2,035
Solutions
9
Reaction score
361
Location
Chile
string(147) "INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `activekey`, `flag`) VALUES ('2728273', '-934020449', '1454022078', '654727172', 'bh')"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Table 'lol.znote_accounts' doesn't exist
when i create accounts got this error and cant log into them

too got this error on main website

No changelogs submitted.string(165) "SELECT `n`.`id`, `n`.`title`, `n`.`text`, `n`.`date`, `p`.`name` FROM `znote_news` AS `n` INNER JOIN `players` AS `p` ON `n`.`pid` = `p`.`id` ORDER BY `n`.`id` DESC;"
(query - SQL error)
Type: select_multi (select multiple rows from database)

Table 'lol.znote_news' doesn't exist


using znote here is the website

http://200.83.250.159/
 
Back
Top