PDA

View Full Version : IPB 1.3-VB3 Import great but now every thread has a poll?


Keta
Thu 14th Apr '05, 5:12pm
ok the merge went great i have no errors i imported everything it all went fine. so then i go to the forum and everything looks fine. i start posting again when i notice ALL threads are now have a poll???? every single thread except sticky ones now have a poll :eek: :eek: :eek: http://www.illefx.com/forum/forumdisplay.php?f=15 please tell me its a way to fix this?

Jerry
Thu 14th Apr '05, 5:36pm
You are using the latest download of impex and have re-run the import a few times ?

Keta
Thu 14th Apr '05, 5:38pm
yes i'm using the latest version and no i only ran it once. it worked perfect then i started posting and notice what happen.

Jerry
Thu 14th Apr '05, 5:43pm
yes i'm using the latest version and no i only ran it once. it worked perfect then i started posting and notice what happen.

So you did the import, it was fine. Then posted and something happened ?

Ok it could of been messed up from the beginning ?

Have you tried re-running the import ?

Keta
Thu 14th Apr '05, 5:53pm
i did the import it went fine. i went to into the forum about to post the upgrade message and thats when i saw all the threads were polls and i didnt think it was a good idea to run it again wouldnt that cause double posts/members?

Jerry
Thu 14th Apr '05, 5:56pm
Nope, you can re-run all the modules they will clean up after them selves.

I'd suggest, re-running the threads module, then the posts and finally the polls to clean it up.

Keta
Thu 14th Apr '05, 8:19pm
didnt work but i looked at the thread table. the pollid column has been set to 75 for all the threads. is it a mysql command i can use to change the 75 to 0 all at one time?

Jerry
Thu 14th Apr '05, 8:34pm
Code, this will do it, though you may need to add table prefix :


UPDATE thread SET pollid = 0 WHERE pollid = 75;

Keta
Thu 14th Apr '05, 8:37pm
thanks a whole bunch worked!