View Single Post
  #38  
Old 3rd March 2012, 15:13
thezanny thezanny is offline
Member
 
Join Date: Mar 2012
P2P
Posts: 5
Default Error after installation
I successfully made a new DB and installed the CyBerFuN and deleted the install.php file as said.
Now when I launch the site, I get this error. Please help.

Quote:
MySQL query error!

Error: Unknown column 'u.seedbonus' in 'field list'
Query: SELECT u.salt, u.pass_type, u.lip, u.cip, u.downloaded as downloaded, u.uploaded as uploaded, u.seedbonus, u.smf_fid, u.ipb_fid, u.topicsperpage, u.postsperpage,u.torrentsperpage, u.flag, u.avatar, UNIX_TIMESTAMP(u.lastconnect) AS lastconnect, UNIX_TIMESTAMP(u.joined) AS joined, u.id as uid, u.username, u.password, u.random, u.email, u.language,u.style, u.time_offset, ul.*, `s`.`style_url`, `s`.`style_type`, `l`.`language_url` FROM xbtit_users u INNER JOIN xbtit_users_level ul ON u.id_level=ul.id LEFT JOIN `xbtit_style` `s` ON `u`.`style`=`s`.`id` LEFT JOIN `xbtit_language` `l` ON `u`.`language`=`l`.`id` WHERE u.id = 1 LIMIT 1;
Reply With Quote