Install vBulletin 5.1.9, stuck at Step 2 of 6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • quanlv
    New Member
    • May 2007
    • 9

    Install vBulletin 5.1.9, stuck at Step 2 of 6

    I install vBulletin 5.1.9, stuck at Step 2 0f 6. How to solved

    SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'forum5';
    Return 159

    List tables ( see last info )

    My system :
    - windows 2008 64 bit
    - php ( see attach )
    - mysql ( see attach )
    access
    ad
    adcriteria
    adminhelp
    administrator
    adminlog
    adminmessage
    adminutil
    announcement
    announcementread
    apiclient
    apilog
    attach
    attachmentcategory
    attachmentcategoryuser
    attachmentpermission
    attachmenttype
    attachmentviews
    autosavetext
    avatar
    bbcode
    bbcode_video
    bookmarksite
    cache
    cacheevent
    calendar
    calendarcustomfield
    calendarmoderator
    calendarpermission
    channel
    channelprefixset
    closure
    contentpriority
    contenttype
    cpsession
    cron
    cronlog
    customavatar
    customprofile
    customprofilepic
    datastore
    deletionlog
    discussion
    discussionread
    editlog
    event
    externalcache
    faq
    filedata
    filedataresize
    forumpermission
    gallery
    groupintopic
    holiday
    hook
    humanverify
    hvanswer
    hvquestion
    icon
    imagecategory
    imagecategorypermission
    indexqueue
    infraction
    infractionban
    infractiongroup
    infractionlevel
    language
    link
    mailqueue
    mapiposthash
    messagefolder
    moderation
    moderator
    moderatorlog
    node
    nodehash
    noderead
    nodeview
    nodevote
    notice
    noticecriteria
    noticedismissed
    notification
    notificationevent
    notificationtype
    package
    passwordhistory
    paymentapi
    paymentinfo
    paymenttransaction
    permission
    photo
    phrase
    phrasetype
    picturecomment
    picturecomment_hash
    picturelegacy
    podcast
    podcastitem
    poll
    polloption
    pollvote
    postedithistory
    prefix
    prefixpermission
    prefixset
    privatemessage
    product
    productcode
    productdependency
    profileblockprivacy
    profilefield
    profilefieldcategory
    profilevisitor
    ranks
    redirect
    reminder
    report
    reputation
    reputationlevel
    rssfeed
    rsslog
    searchlog
    searchtowords_a
    searchtowords_b
    searchtowords_c
    searchtowords_d
    searchtowords_e
    searchtowords_f
    searchtowords_g
    searchtowords_h
    searchtowords_i
    searchtowords_j
    searchtowords_k
    searchtowords_l
    searchtowords_m
    searchtowords_n
    searchtowords_o
    searchtowords_other
    searchtowords_p
    searchtowords_q
    searchtowords_r
    searchtowords_s
    searchtowords_t
    searchtowords_u
    searchtowords_v
    searchtowords_w
    searchtowords_x
    searchtowords_y
    searchtowords_z
    sentto
    session
    setting
    settinggroup
    sigparsed
    smilie
    thread_post
    video
    videoitem
    Click image for larger version

Name:	vb install 5.1.9.PNG
Views:	157
Size:	19.0 KB
ID:	4328342
    Attached Files
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    It can take awhile under Windows. If you're using localhost or a domain name as your MySQL server, you should try the IP address to speed up connections. On later versions of Windows, localhost can be routed to IPv6 which isn't supported. However since you have a list of tables already, you should probably delete them before running the install script.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • quanlv
      New Member
      • May 2007
      • 9

      #3
      Thank for suupport.
      I tried to leave IPv6 protocol. I tried to 127.0.0.1 but still not be.
      Every time I wait too long (an hour) and try to delete the database to run script again, number of tables created is 150, sometimes 210, 189, .......

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73981

        #4
        Looking at your PHP Info, everything looks appropriate enough to support vBulletin. Is this through a hosting company? Also check your /core/includes/config.php file to make sure that it is using the mysqli library and not the mysql library. It is this line:

        $config['Database']['dbtype'] = 'mysqli';

        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • quanlv
          New Member
          • May 2007
          • 9

          #5
          is corrected
          Attached Files

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 73981

            #6
            Originally posted by quanlv
            is corrected

            Does that mean you have vBulletin installed now?
            Translations provided by Google.

            Wayne Luke
            The Rabid Badger - a vBulletin Cloud demonstration site.
            vBulletin 5 API

            Comment

            Related Topics

            Collapse

            Working...