IPB 1.3-VB3 Import great but now every thread has a poll?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Keta
    New Member
    • Jan 2002
    • 29
    • 3.0.7

    IPB 1.3-VB3 Import great but now every thread has a poll?

    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 http://www.illefx.com/forum/forumdisplay.php?f=15 please tell me its a way to fix this?
  • Jerry
    Senior Member
    • Dec 2002
    • 9137
    • 1.1.x

    #2
    You are using the latest download of impex and have re-run the import a few times ?
    I wrote ImpEx.

    Blog | Me

    Comment

    • Keta
      New Member
      • Jan 2002
      • 29
      • 3.0.7

      #3
      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.

      Comment

      • Jerry
        Senior Member
        • Dec 2002
        • 9137
        • 1.1.x

        #4
        Originally posted by Keta
        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 ?
        I wrote ImpEx.

        Blog | Me

        Comment

        • Keta
          New Member
          • Jan 2002
          • 29
          • 3.0.7

          #5
          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?

          Comment

          • Jerry
            Senior Member
            • Dec 2002
            • 9137
            • 1.1.x

            #6
            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.
            I wrote ImpEx.

            Blog | Me

            Comment

            • Keta
              New Member
              • Jan 2002
              • 29
              • 3.0.7

              #7
              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?

              Comment

              • Jerry
                Senior Member
                • Dec 2002
                • 9137
                • 1.1.x

                #8
                Code, this will do it, though you may need to add table prefix :

                Code:
                UPDATE thread SET pollid = 0 WHERE pollid = 75;
                I wrote ImpEx.

                Blog | Me

                Comment

                • Keta
                  New Member
                  • Jan 2002
                  • 29
                  • 3.0.7

                  #9
                  thanks a whole bunch worked!

                  Comment

                  widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                  Working...