phpBB to vb transformation problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • y2ksa
    Member
    • Jun 2004
    • 32
    • 3.0.1

    phpBB to vb transformation problem

    Hi I have a problem transforming my phpBB2 forum to vb i got this error



    Plus I got this error:



    Database error in vBulletin:ImpEx Target 3.0.1:



    cannot use database


    mysql error: No Database Selected



    mysql error number: 1046


    And now i cant see the "Import / Export" it dos not load how can I get it back the page remains blank


    Do I have to reinstall my vb again?



    Please advice

  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Have you edited the file Impexconfig.php ?

    Comment

    • y2ksa
      Member
      • Jun 2004
      • 32
      • 3.0.1

      #3
      Yes I did every thing correctly

      But the beginning I forgot to change the sourceexists to TRUE but I still cant get the

      "Import / Export" page to appear


      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        Can you paste the contents of your impexconfig file here?

        Comment

        • y2ksa
          Member
          • Jun 2004
          • 32
          • 3.0.1

          #5
          ;vBulletin:Impex Config File<?php /*
          ;| #################################################################### |;
          ;| # vBulletin 3.0.1 - Licence Number
          ;| # ---------------------------------------------------------------- # |;
          ;| # Copyright ©2000–2004 Jelsoft Enterprises Ltd. All Rights Reserved. |;
          ;| # This file may not be redistributed in whole or significant part. # |;
          ;| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
          ;| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
          ;| #################################################################### |;

          [ Target Database ]
          ; The following settings allow ImpEx to connect to the vBulletin 3
          ; database into which you will be importing data.

          targetdatabasetype = mysql
          targetserver = localhost
          targetuser = aratop_vb
          targetpassword = ******
          targetdatabase = aratop_vb
          targettableprefix =
          [ Source Database ]
          ; If the system that is being imported from uses a database,
          ; enter the details for it here and set 'sourceexists' to TRUE.
          ; If the source data is NOT stored in a database, set 'sourceexists' to FALSE

          sourceexists = TRUE

          sourcedatabasetype = mysql
          sourceserver = localhost
          sourceuser = aratop_ara2
          sourcepassword = *******
          sourcedatabase = aratop_aratop2
          sourcetableprefix = phpbb_
          ;| #################################################################### |;
          ;| # File ends with closing PHP tag... # |;
          ;| #################################################################### |;
          ;*/ ?>
          Last edited by Zachery; Fri 4 Jun '04, 5:06am. Reason: removed license number

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            And all the files have been uploaded to a folder called impex in the root forum directory?

            forums/impex
            ?

            Comment

            • y2ksa
              Member
              • Jun 2004
              • 32
              • 3.0.1

              #7
              yes

              Comment

              • Zachery
                Former vBulletin Support
                • Jul 2002
                • 59097

                #8
                Just for future refrence dont post your license number anywhere i did remove it above.




                Try running the querys in that file and starting again.

                Comment

                • y2ksa
                  Member
                  • Jun 2004
                  • 32
                  • 3.0.1

                  #9
                  lol sorry im anoob

                  Comment

                  • Zachery
                    Former vBulletin Support
                    • Jul 2002
                    • 59097

                    #10
                    We all are at some point any luck with getting things to work?

                    Comment

                    • y2ksa
                      Member
                      • Jun 2004
                      • 32
                      • 3.0.1

                      #11
                      do i run the querys from Execute SQL Query?
                      if so i get this message:You are not authorized to execute SQL queries

                      Comment

                      • Zachery
                        Former vBulletin Support
                        • Jul 2002
                        • 59097

                        #12
                        You can run it from phpmyadmin as well


                        To fix the error mesage

                        edit the regular config.php and add your userid to the bit below

                        PHP Code:
                        // ****** USERS WITH QUERY RUNNING PERMISSIONS ******
                        // The users specified here will be allowed to run queries from the control panel.
                        // See the above entries for more information on the format.
                        // Please note that the ability to run queries is quite powerful. You may wish
                        // to remove all user IDs from this list for security reasons.
                        $canrunqueries 'X'
                        Replace X with your userid

                        Comment

                        • y2ksa
                          Member
                          • Jun 2004
                          • 32
                          • 3.0.1

                          #13
                          ok i used phpmyadmin and i got this

                          SQL-query :
                          UPDATE ranks SET importranksid =0
                          MySQL said:

                          #1054 - Unknown column 'importranksid' in 'field list'

                          Comment

                          • Zachery
                            Former vBulletin Support
                            • Jul 2002
                            • 59097

                            #14
                            DELETE FROM datastore WHERE title='ImpExSession';
                            That is the only important one.

                            Comment

                            • y2ksa
                              Member
                              • Jun 2004
                              • 32
                              • 3.0.1

                              #15
                              Thankx man it's working now

                              Comment

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