step six -- is it something supposed to show up after "please wait"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • josh929
    Senior Member
    • Mar 2002
    • 125

    step six -- is it something supposed to show up after "please wait"

    it's been sitting for a bit like this:


    can i just hit "next step"?

    actually i already did, and step 7 also had the "please wait..." thing, but something showed up afterwards saying "[blah blah]...done".

    so what's with step 6?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Yes you can proceed with the next step.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • josh929
      Senior Member
      • Mar 2002
      • 125

      #3
      Originally posted by Steve Machol
      Yes you can proceed with the next step.
      thanks

      Comment

      • -HipNoTiK-
        New Member
        • Aug 2003
        • 5

        #4
        something diff

        Im having a different prob here. This is what I get on step 6.

        Fatal error: Call to undefined function: xml_parser_create() in /var/www/html/forums/vb3.0/includes/adminfunctions_language.php on line 341



        // create parser
        $parser = xml_parser_create();

        // set parser options
        xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
        xml_set_element_handler($parser, 'xml_parse_language_otag', 'xml_parse_language_ctag');
        xml_set_character_data_handler($parser, 'xml_parse_language_cdata');


        Any ideas? I see nothing wrong here.

        Comment

        • Scott MacVicar
          Former vBulletin Developer
          • Dec 2000
          • 13286

          #5
          PHP doesn't have XML enabled you'll need to contact your host and ask them to enable it.
          Scott MacVicar

          My Blog | Twitter

          Comment

          • XxXRamSeSXxX
            New Member
            • Sep 2004
            • 6
            • 3.0.3

            #6
            I have another problem with step 6.
            It says Importing Language, Please Wait
            and it never ends... the bar goes longer and longer, i have waited for 10 or 20 mins aprox.
            I have to wait more o do i have to make another thing?
            Thank You a lot!

            Comment

            • Steve Machol
              Former Customer Support Manager
              • Jul 2000
              • 154488

              #7
              Do you have a phpinfo.php file? If not create a text file with this content:

              PHP Code:
              <?php
              phpinfo
              ();
              ?>
              Name it 'phpinfo.php' then upload it to your forum directory and post the URL here. This will help us troubleshoot the problem.
              Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
              Change CKEditor Colors to Match Style (for 4.1.4 and above)

              Steve Machol Photography


              Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


              Comment

              • XxXRamSeSXxX
                New Member
                • Sep 2004
                • 6
                • 3.0.3

                #8
                Thanks!
                this is the url:

                Comment

                • Steve Machol
                  Former Customer Support Manager
                  • Jul 2000
                  • 154488

                  #9
                  Your PHP is not compiled with XML support. It will need to be compiled with this:

                  '--with=xml'
                  Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                  Change CKEditor Colors to Match Style (for 4.1.4 and above)

                  Steve Machol Photography


                  Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                  Comment

                  • XxXRamSeSXxX
                    New Member
                    • Sep 2004
                    • 6
                    • 3.0.3

                    #10
                    i am using an online free server with mysql and php support, should i change server?

                    is there a way to install the vbulletin ommiting the xml???
                    Thank you a lot
                    Last edited by XxXRamSeSXxX; Wed 29 Sep '04, 12:46pm.

                    Comment

                    • Steve Machol
                      Former Customer Support Manager
                      • Jul 2000
                      • 154488

                      #11
                      No sorry. vB3 requires PHP be compiled with XML support. If your host won't do this, then you'll need to find another host.
                      Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
                      Change CKEditor Colors to Match Style (for 4.1.4 and above)

                      Steve Machol Photography


                      Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


                      Comment

                      • xmitchx
                        Senior Member
                        • May 2004
                        • 257
                        • 3.8.x

                        #12
                        Getting a paid host is always better. You get what you pay for. Like vB

                        Comment

                        Related Topics

                        Collapse

                        Working...