View Single Post
  #1  
Old 4th May 2009, 12:26
kyuky kyuky is offline
Member
 
Join Date: Apr 2009
P2P
Posts: 2
Exclamation Problems With mysql on XBtit
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'
Reply With Quote