Topic: insert search index words
My forum keeps getting this error whenever we post. I've searched. But I don't understand any of these complicated stuff. Help please?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → insert search index words
My forum keeps getting this error whenever we post. I've searched. But I don't understand any of these complicated stuff. Help please?
Simplest explanation from what I've heard: the "word" column doesn't have the binary attribute set
Simplest explanation from what I've heard: the "word" column doesn't have the binary attribute set
Say what?
alter table prefixsearch_words change word word varchar(20) binary not null default ''
Replace prefix with the db_prefix for your PunBB board, run that SQL query
PunBB Forums → PunBB 1.2 troubleshooting → insert search index words
Powered by PunBB, supported by Informer Technologies, Inc.