vBulletin Modifications

Search forum dosn't work

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > General vBulletin Support

Reply
 
LinkBack Thread Tools
Old 02-12-2007, 02:01 PM   #1
vB Newbie
Join Date: Jan 2007
Nj0y is on a distinguished road

Post Search forum dosn't work

Hi there first off all i want to say this forum is great, but i need a little help here i hope you guy's can help me out.

1. Error
Quote:
Database error in vBulletin 3.6.4:

Invalid SQL:

REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash, completed)
VALUES (6, '86.86.224.20', 1, 'MrGrind', '', 'post.dateline', 'DESC', 0.00547, 1, '3', 1171098020, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{} s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:3;s:7:\" MrGrind\";}s:6:\"forums\";i:0;s:7:\"options\";a:3: {s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1 ;s:6:\"action\";s:7:\"process\";}}', '70bb083ed4ffb0755d4d856aeaedea9e', 1);

MySQL Error : Unknown column 'completed' in 'field list'
Error Number : 1054
Date : Saturday, February 10th 2007 @ 10:00:20 AM
Script : hard2handle| Gaming clan Database Error
Referrer : hard2handle| Gaming clan - View Profile: MrGrind
2. error
Quote:
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT searchid FROM search AS search WHERE userid = 7 AND searchhash = 'e994d57e853003b06188cbe91f91b79e' AND orderedids = '24,23,7' AND announceids = '' AND completed = 1;

MySQL Error : Unknown column 'completed' in 'where clause'
Error Number : 1054
Date : Saturday, February 3rd 2007 @ 09:19:14 AM
Script : hard2handle| Gaming clan
Referrer : hard2handle| Gaming clan - Members List
3. Error
Quote:
Database error in vBulletin 3.6.4:

Invalid SQL:
SELECT searchid FROM search AS search WHERE userid = 1 AND searchhash = 'dfb11d1653e4495aac2aca53208d0c4f' AND orderedids = '23,24' AND announceids = '' AND completed = 1;

MySQL Error : Unknown column 'completed' in 'where clause'
Error Number : 1054
Date : Sunday, February 4th 2007 @ 02:48:19 AM
Script : hard2handle| Gaming clan Database Error
Referrer : hard2handle| Gaming clan
4. Error
Quote:
Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT forum.forumid, lastpost, lastposter, lastthread, lastthreadid, lasticonid, threadcount, replycount, lastpostid

FROM forum AS forum;

MySQL Error : Unknown column 'lastthread' in 'field list'
Error Number : 1054
Date : Wednesday, February 7th 2007 @ 03:44:56 AM
Script : http://forum.hardtohandle.net[FONT=verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif,mon]/[/font]
Can someone tell me how to resolve this problem?
And tell me the best way to resolve this, if there are mods for it, could you please post a link for download.


I realy hope you guys can help me out.

Kind Regards,
Nj0y/Dennis




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 02-12-2007, 08:57 PM   #2
Michael Biddle
Staff
Michael Biddle's Avatar
Join Date: Feb 2005
Real Name: Michael Biddle
Location: Anaheim
Michael Biddle is on a distinguished road

Default

MySQL Error : Unknown column 'completed' in 'where clause'
MySQL Error : Unknown column 'lastthread' in 'field list'

add those two fields, search this site for the first error, i already answered it
__________________
Support will ONLY be offered through forums
Michael Biddle / vBHackers.com
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-13-2007, 06:11 AM   #3
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

I'll get you the 2 queries you need to run. Give me 10 mins.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-13-2007, 06:18 AM   #4
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

Query 1:
Quote:
ALTER TABLE forumssearch ADD completed SMALLINT UNSIGNED NOT NULL DEFAULT 1
Query 2:
Quote:
ALTER TABLE forum ADD lastthread VARCHAR(250) NOT NULL
Or both together:
Quote:
ALTER TABLE forum ADD lastthread VARCHAR(250) NOT NULL;
ALTER TABLE forumssearch ADD completed SMALLINT UNSIGNED NOT NULL DEFAULT 1;




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-13-2007, 06:53 AM   #5
vB Newbie
Join Date: Jan 2007
Nj0y is on a distinguished road

Default

Thanks for the repley's i hope they work I'm glad i post this becouse i was going crazy to figure it out myself

*Edit*

Those are the following errors:

[quote]Problem resolved!! THanks!!! You may close this thread ;)[/qoute]

Again thanks for all your help!!

Last edited by Nj0y; 02-13-2007 at 07:12 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-13-2007, 09:19 AM   #6
vB Newbie
Join Date: Feb 2007
XxHunTerxX is on a distinguished road

Default

im having the same problem and that is getting me crasy i reinstalled vb like 4 time
can u guys explain more
what is Query
and where can i put those codes u posted
i didnt get it
tnx




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-13-2007, 03:18 PM   #7
vB Newbie
Join Date: Jan 2007
Nj0y is on a distinguished road

Default

You can put it in phpmyadmin if you don't know how to reach it ask your hosting!

And i still got annother problem with Exporer i will post a screen.


Translation:

The website "link" can't be opend, the treatment is ended
(bad englisch i know!)

Hope you guys can help me out,

Kind regards,
Nj0y




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-14-2007, 12:33 PM   #8
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

The actule english error is:
Quote:
Internet Explorer cannot open the Internet site http://forum.hardtohandle.net/forumdisplay.php?f=2

Operation aborted
Contact your host.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-27-2007, 02:15 AM   #9
vB Newbie
Join Date: Feb 2007
phantasm is on a distinguished road

Default

I'm having the same exact problem
here are the results after running the queries:

ALTER TABLE forumssearch ADD completed SMALLINT UNSIGNED NOT NULL DEFAULT 1

An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'db195792734.forumssearch' doesn't exist




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-27-2007, 02:17 AM   #10
vB Newbie
Join Date: Feb 2007
phantasm is on a distinguished road

Default

When running the second query I get the following:
ALTER TABLE forum ADD lastthread VARCHAR(250) NOT NULL
An error occurred while attempting to execute your query. The following information was returned.
error number: 1060
error desc: Duplicate column name 'lastthread'


Please help




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Zoints Local - Social networking, enhanced profiles, blogs, and more dchapman vBulletin 3.5 / 3.6 Hack Releases 23 08-29-2007 03:02 AM
Forum Display Ordering (User Control) xyz vBulletin 3.5 / 3.6 Hack Releases 14 07-20-2007 09:35 PM
BoardTracker Search Hack - a full search engine for your board! BoardTracker vBulletin 3.5 / 3.6 Hack Releases 9 03-13-2007 08:40 PM
Make forum acting as a catagory look like a forum! spadez General vBulletin Support 2 11-05-2006 10:30 AM
Zoints dchapman Commercial vBulletin Hacks 6 09-23-2006 05:02 AM


All times are GMT -3. The time now is 03:43 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)