View Single Post
  #2  
Old 4th May 2009, 12:29
KiD's Avatar
KiD KiD is offline
Senior Member
 
Join Date: Nov 2008
Denmark
Posts: 110
Default
Quote:
Originally Posted by kyuky View Post
I get an error from mysql!! And I don't know how to resolve it! someone help me pls!!

The error is:

Code:
MySQL query error!        
 
 Error: Unknown column 'mtime' in 'field list'
Query: INSERT INTO xbt_files (info_hash, mtime, ctime) SELECT UNHEX(info_hash), unix_timestamp(), unix_timestamp() FROM xbt_files WHERE UNHEX(info_hash) NOT IN (SELECT info_hash FROM xbt_files) AND external='no'

Think you miss the "mtime column" in your datebase.... try remoce that par from query and se what happens..! Or try to find it in your sql..
__________________
Regards KiD

ThemeFactory - Tracker Related Skins, Graphic & Support
Visit us here: http://www.themefactory.net
Reply With Quote