Topic: "Unable to fetch search index words" o_O
This comes up everytime I post at my board now.
Why?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → "Unable to fetch search index words" o_O
This comes up everytime I post at my board now.
Why?
you need to rebuild the search index.
It shouln't result in an error, regardless if the search index needs to be rebuilt or not. Enable DEBUG mode and try again.
Means to Add new Search File replace?
Benny, wtf,
AssD its because when i told you to delete the search inserts you deleted the tables too i guess.
ahh, sorry I tougth you just need to replace the file
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? ^^;
And btw. http://bluespritedsun.com/forum/viewtopic.php?id=1020
What the h*ll!?
BUMP.
I still need help.
the members is begining to leave the board... T_T;
Enable DEBUG mode and try again. Then post the full error message here.
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?
No, that means you made a mistake in editing the files
Enabling debug mode: http://punbb.org/forums/viewtopic.php?id=2658
It will help us see why your queries aren't working
Thanks.
---
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)
---
Yeah, you deleted the table
Take a look at install.php for the correct code, or wait for me to look at it
OK, you can look at it... xD
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
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
Thanks, I have runed the SQL now, but what do you mean with rebuild the search index?
Sorry for being a noob. ^^;
Now I know what u talking about Lol :-|
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
Oh, thanks.
But, why is many of the posts blank?
Like this one: http://www.bluespritedsun.com/forum/vie … hp?id=1020
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
I have not deleted anything.
I got someone on Dreamhost to help me. ^^;
I don't think he deleted anything.
Hes fixes the problem?
PunBB Forums → PunBB 1.2 troubleshooting → "Unable to fetch search index words" o_O
Powered by PunBB, supported by Informer Technologies, Inc.