Code:
WHERE account_id=2 AND name='Maleko'' #1054: Unknown column 'timelaston' in 'field list'
well, the code tries to write datas to a table field that doesn't exists (timelaston), which causes the query to fail.
You could prolly fix that urself searching for that field into the sqle files you sourced. If you do this, you'll see where it is added or removed and will understand how to fix it
