Topic: Weird... i cant insert any data
I migrated a forum i had from sqlite to mysql because i moved to a server without sqlite support, i already managed to put the whole thing working, well.. almost.
I can't insert any data. It's not a user permition error, i checked that.
It's some trouble with th search index but i don't know how to fix it.
Here's the whole story:
I created a dump from my old sqlite database, then, when i was runing it on my mysql server it was throwing duplicate keys errors on the search words table. I though it was kind of weird, but i simply removed the INSERT statements for the three tables that hold the search index. I left only the CREATE table statements and plan to rebuild the index afterwords.
Now that i have the forums up again with mysql i can't rebuild the index nor create a post. This is the error i get:
Error: Unable to insert search index words.
Another strange thing... when i go the the 'rebuild search index' page it shows 0 instead of the id of the oldest post which is like 5989.
Any tips?