Error in reply to Sticky [message #2557] |
Sat, 11 May 2002 12:24 |
|
esm2002
Messages: 339 Registered: May 2002 Location: Atlanta Georgia
Karma: 0
|
Senior Member |
|
|
I get the following error when I try to use the reply, quote, new thread when viewing a Sticky msg
Query Failed: SELECT * FROM fud2_smiley ORDER BY vieworder Reason: Unknown column 'vieworder' in 'order clause' From: /home/acct351/public_html/fudforum/br/post.php Server Version: 3.23.22-beta
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
[Updated on: Sat, 11 May 2002 13:20] Report message to a moderator
|
|
|
Re: Error in reply to Sticky [message #2563 is a reply to message #2557] |
Sat, 11 May 2002 15:12 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Once a problem resulting in the source being newer than sql.
You need to run the following query:
ALTER TABLE fud2_smiley ADD vieworder INT UNSIGNED NOT NULL;
FUDforum Core Developer
|
|
|
|
Re: Error in reply to Sticky [message #2576 is a reply to message #2571] |
Sun, 12 May 2002 00:20 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
in your shell, type:
mysql -uUSER_NAME -pPASSWORD DATABASE_NAME
if/when this command works you'll be at the MySQL promt, type that command there.
FUDforum Core Developer
|
|
|
Re: Error in reply to Sticky [message #2583 is a reply to message #2576] |
Sun, 12 May 2002 01:12 |
|
esm2002
Messages: 339 Registered: May 2002 Location: Atlanta Georgia
Karma: 0
|
Senior Member |
|
|
worked like a charmed!!!
you are da' man!
Thanks
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
|
|
|