If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > mysql error number: 1054

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-03, 16:31
dasonic dasonic is offline
Registered User
 
Join Date: Nov 2003
Posts: 2
mysql error number: 1054

got an error in sql,
can some1 help me with this:

Database error in vBulletin 2.2.9:

Invalid SQL: UPDATE user SET
posts=posts+1,
usertitle='Administrator',replys=replys+1,lastpost ='1069881564' WHERE userid='1'
mysql error: Unknown column 'replys' in 'field list'

mysql error number: 1054

plz let me now what here's wrong and how i can fix it.

Grtz DaSoNiC
Reply With Quote
  #2 (permalink)  
Old 11-26-03, 16:51
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
---> Unknown column 'replys' in 'field list'

does the user table contain a column called replys?

if not, then that's your problem

if it does, then i dunno


rudy
http://r937.com/
Reply With Quote
  #3 (permalink)  
Old 11-26-03, 16:59
dasonic dasonic is offline
Registered User
 
Join Date: Nov 2003
Posts: 2
Yes it have,

replys int(10) UNSIGNED No 0 Change Drop Primary Index Unique Fulltext
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On