View Single Post
  #3  
Old 01-04-2004, 04:37 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

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
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote