wafuboe
Active Member
- Joined
- Dec 24, 2010
- Messages
- 884
- Solutions
- 2
- Reaction score
- 26
i get this error on the website when loggin on an account
string(183) "SELECT `a`.`secret` AS `secret`, `za`.`secret` AS `znote_secret` FROM `accounts` AS `a` INNER JOIN `znote_accounts` AS `za` ON `a`.`id` = `za`.`account_id` WHERE `a`.`id`='5' LIMIT 1;"
(query - SQL error)
Type: select_single (select single row from database)
Unknown column 'a.secret' in 'field list'
any ideas?
string(183) "SELECT `a`.`secret` AS `secret`, `za`.`secret` AS `znote_secret` FROM `accounts` AS `a` INNER JOIN `znote_accounts` AS `za` ON `a`.`id` = `za`.`account_id` WHERE `a`.`id`='5' LIMIT 1;"
(query - SQL error)
Type: select_single (select single row from database)
Unknown column 'a.secret' in 'field list'
any ideas?