The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello and thanks for taking time to read my inquiry.
I have done many searches for an answer to my problem and found somewhat similar answers but little if no directions as how to solve. In my forum home there is a link in the drop down menu for checking "Todays Posts". When there is no new posts of course I get the message stating there are none. However, when a new post or posts are made and the link is clicked it gives me this error. Code:
Database error in vBulletin 3.6.4: Invalid SQL: SELECT searchid FROM search AS search WHERE userid = 1 AND searchhash = '42610ce97467a83d0ae5d628a7651d4f' AND orderedids = '5' AND announceids = '' AND completed = 1; MySQL Error : Unknown column 'completed' in 'where clause' Error Number : 1054 Date : Monday, January 22nd 2007 @ 11:54:34 PM Script : http://www.mysite.com/forums/search.php?do=getdaily Referrer : IP Address : 000.0.00.000 Username : admin Classname : vb_database If anyone out there can give me brief direct instructions I would be very grateful for your help. Thank you in advance.... p1a6u3 ![]() |
#2
|
|||
|
|||
![]()
any help sure would be appreciated............ :up:
|
#3
|
||||
|
||||
![]()
Have you installed any modifications or made changes to the code? The column "completed" does not exist in the search table on a default installation. (Thus why the error is saying that the column is Unknown.)
|
#4
|
|||
|
|||
![]()
UPDATE:
I solved it by replacing the search.php file in the forums root folder. Thanks to those who replied. p1a6u3 ![]() |
#5
|
||||
|
||||
![]()
im having the same issue please can some one post the fix for it.
|
#6
|
|||
|
|||
![]()
To fix this please run the following query:
[sql]ALTER TABLE search ADD COLUMN `completed` smallint(5) unsigned NOT NULL default '1';[/sql] |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|