1

Topic: "Unable to fetch search index words" o_O

http://img.photobucket.com/albums/v415/AssD/ec5f6a15.jpg

This comes up everytime I post at my board now.
Why?

-AssD-

Re: "Unable to fetch search index words" o_O

you need to rebuild the search index.

Re: "Unable to fetch search index words" o_O

It shouln't result in an error, regardless if the search index needs to be rebuilt or not. Enable DEBUG mode and try again.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

4

Re: "Unable to fetch search index words" o_O

Means to Add new Search File replace?

Yours, Benny.

Re: "Unable to fetch search index words" o_O

Benny, wtf,

AssD its because when i told you to delete the search inserts you deleted the tables too i guess.

6

Re: "Unable to fetch search index words" o_O

ahh, sorry I tougth you just need to replace the file

Yours, Benny.

7

Re: "Unable to fetch search index words" o_O

Connorhd wrote:

Benny, wtf,

AssD its because when i told you to delete the search inserts you deleted the tables too i guess.

Oh, what should I do? ^^;

-AssD-

8

Re: "Unable to fetch search index words" o_O

And btw. http://bluespritedsun.com/forum/viewtopic.php?id=1020
What the h*ll!?

-AssD-

9

Re: "Unable to fetch search index words" o_O

BUMP.
I still need help.
the members is begining to leave the board... T_T;

-AssD-

Re: "Unable to fetch search index words" o_O

Enable DEBUG mode and try again. Then post the full error message here.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

11

Re: "Unable to fetch search index words" o_O

OK, but where do I find the error messages in DEBUG mode?

"Parse error: parse error, unexpected T_STRING in /home/.genoa/assdakanintyboy/bluespritedsun.com/forum/include/common.php on line 149" You mean this one?

-AssD-

Re: "Unable to fetch search index words" o_O

No, that means you made a mistake in editing the files wink
Enabling debug mode: http://punbb.org/forums/viewtopic.php?id=2658
It will help us see why your queries aren't working

13 (edited by AssD 2005-11-11 18:44)

Re: "Unable to fetch search index words" o_O

Thanks. smile

---

File: /home/.genoa/assdakanintyboy/bluespritedsun.com/forum/include/search_idx.php
Line: 132

PunBB reported: Unable to fetch search index words

Database reported: Table 'bss.kiwizone_search_words' doesn't exist (Errno: 1146)

---

sad

-AssD-

Re: "Unable to fetch search index words" o_O

Yeah, you deleted the table tongue
Take a look at install.php for the correct code, or wait for me to look at it tongue

15

Re: "Unable to fetch search index words" o_O

OK, you can look at it... xD

-AssD-

Re: "Unable to fetch search index words" o_O

all you need to do is take the stuff from the .sql file you deleted that you shouldn't have and run it in phpmyadmin

Re: "Unable to fetch search index words" o_O

CREATE TABLE kiwizone_search_words (
                    id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
                    word VARCHAR(20) BINARY NOT NULL DEFAULT '',
                    PRIMARY KEY (word),
                    KEY kiwizone_search_words_id_idx (id)
                    ) TYPE=MyISAM;

Run that SQL, and then rebuild the search index

18

Re: "Unable to fetch search index words" o_O

Thanks, I have runed the SQL now, but what do you mean with rebuild the search index?
Sorry for being a noob. ^^;

-AssD-

19

Re: "Unable to fetch search index words" o_O

Now I know what u talking about Lol :-|

Yours, Benny.

20

Re: "Unable to fetch search index words" o_O

OK...
Good for you... xD

-AssD-

Re: "Unable to fetch search index words" o_O

AssD wrote:

Thanks, I have runed the SQL now, but what do you mean with rebuild the search index?
Sorry for being a noob. ^^;

Check out the administration panel wink

22 (edited by AssD 2005-11-12 10:12)

Re: "Unable to fetch search index words" o_O

Oh, thanks. smile

But, why is many of the posts blank?
Like this one: http://www.bluespritedsun.com/forum/vie … hp?id=1020

-AssD-

Re: "Unable to fetch search index words" o_O

3 possibilities:
1 You manually deleted that post via the database
2. You manually deleted the person/people that posted it
3. The person/people that posted it has/have no group

24

Re: "Unable to fetch search index words" o_O

I have not deleted anything.
I got someone on Dreamhost to help me. ^^;

I don't think he deleted anything.

-AssD-

25

Re: "Unable to fetch search index words" o_O

Hes fixes the problem?

Yours, Benny.