Megabss 2.0 to VB 3.6.8, can't import threads

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kabal22
    New Member
    • Oct 2007
    • 8

    Megabss 2.0 to VB 3.6.8, can't import threads

    Hi,

    I'm installing a clean version of a newly bought VB 3.6.8.
    I'm trying to import from MegaBBS (using MS-SQL) to VB.
    Usergroup, users, forums are imported OK but when I click on "Import Threads", 0 threads are imported

    Of course, I can't continue the import process without that.

    Please help !
    Kabal
  • Jerry
    Senior Member
    • Dec 2002
    • 9137
    • 1.1.x

    #2
    Are you importing from MySQL or MSSQL back end ?

    What is the structure of your threads table ?
    I wrote ImpEx.

    Blog | Me

    Comment

    • kabal22
      New Member
      • Oct 2007
      • 8

      #3
      I'm importing from MS-SQL, the structure is the normal MegaBBS structure, nothing changed.

      kabal

      Comment

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

        #4
        All lower case table names ?

        What version of MSSQL ?

        Anything in the PHP or MSSQL error logs ?
        I wrote ImpEx.

        Blog | Me

        Comment

        • kabal22
          New Member
          • Oct 2007
          • 8

          #5
          All tables are lowercase. MSSQL 2000.
          Nothing special in the logs.

          Seems there is just no rows the in the results query.

          Comment

          • kabal22
            New Member
            • Oct 2007
            • 8

            #6
            I test importing from a MySQL database (MSSQL-MySQL) and it seems to work for the threads.
            Maybe someting wrong with the MS-SQL importing script ?

            Comment

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

              #7
              If the users work and this doesn't it can't be the system, must be the specifics of the thread SQL select, does the thread table have these fields :

              Code:
              threadid,
              forumid,
              TotalPosts,
              datecreated,
              lastactivity,
              threadsubject,
              anonymous,
              closed,
              timesviewed,
              sticky,
              haspoll,
              pollid,
              hasattachment,
              lastposteranonymous,
              lastpostermemberid,
              lastposterisregistered,
              lastposterguestname,
              memberid,
              isregistered,
              guestname,
              ownerstatus,
              lastposterstatus
              I wrote ImpEx.

              Blog | Me

              Comment

              • kabal22
                New Member
                • Oct 2007
                • 8

                #8
                I don't have : ownrtstatus & lastposterstatus.

                Comment

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

                  #9
                  Ah version difference then.

                  file impex/systems/megaBBS/000.php

                  Remove ownrtstatus & lastposterstatus. from the SQL around lines 712-713 and the ending comma on 711.
                  I wrote ImpEx.

                  Blog | Me

                  Comment

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