Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > xBTiT
Reply
Thread Tools
  #1  
Old 11th April 2012, 14:24
kulumon kulumon is offline
Member
 
Join Date: Apr 2012
Brazil
Posts: 4
Default I dont know why I'm getting this error[Finished]
I only try to enter the adress after the intall,(I deleted the install.php and update.php) and then I got this error:

MySQL query error!

Error: Unknown column 'u.signature' in 'field list'
Query: SELECT u.signature,u.salt, u.pass_type, u.lip, u.cip, u.downloaded as downloaded, u.uploaded as uploaded, 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 galeria3ds_users u INNER JOIN galeria3ds_users_level ul ON u.id_level=ul.id LEFT JOIN `galeria3ds_style` `s` ON `u`.`style`=`s`.`id` LEFT JOIN `galeria3ds_language` `l` ON `u`.`language`=`l`.`id` WHERE u.id = 1 LIMIT 1;

What could I do?

Last edited by kulumon; 11th April 2012 at 15:45. Reason: Corrected problem
Reply With Quote
  #2  
Old 11th April 2012, 14:32
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
go to your data base and make sure your user table has the signature row If not create it
ALTER TABLE`galeria3ds_users` ADD `signature` varchar(200) NOT NULL default '';
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following User Says Thank You to joeroberts For This Useful Post:
kulumon (11th April 2012)
  #3  
Old 11th April 2012, 15:36
kulumon kulumon is offline
Member
 
Join Date: Apr 2012
Brazil
Posts: 4
Default
Quote:
Originally Posted by joeroberts View Post
go to your data base and make sure your user table has the signature row If not create it
ALTER TABLE`galeria3ds_users` ADD `signature` varchar(200) NOT NULL default '';
I worked thanks.
Reply With Quote
Reply

Tags
error


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 17:36. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.