Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorDumpface
    • CommentTimeJun 30th 2007
     # 1
    Greetings! I'm a CSS-only guy stepping into the world of php and MySQL for the very first time. I've taken charge of redesigning a forum that has previously existed in phpbb. Once I have everything looking right, I need the final step: taking all those old threads and importing them into my Vanilla forum.

    Bearing in mind that I have no pool of database skills at all, what would be the easiest way to do this?

    Thanks for any help you can give. I'll love you all.
  1.  # 2
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 3
    Hi all (esp. Mini),

    I'm unsure of how to approach *using* the migration files you've posted. For someone who doesn't really understand much of the process, is there a simple step-by-step for doing the migration? I really need your help.

    Many thanks!
  2.  # 4
    Open up the 'mysqldetails.php' file, and enter your username and password for the database server in as appropriate, upload all files to your web server, browse to the index.php in your browser, and click through each of the 4 links to migrate the associated data, delete the migration files.
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 5
    I've got that much, but the result is:
    1046: No Database Selected
    Query: SELECT topic_id,forum_id,topic_title,topic_poster,topic_time,topic_replies,topic_first_post_id,topic_last_post_id, topic_status, topic_type FROM phpbb_topics ORDER BY topic_id ASC LIMIT 0,10000

    Where in mysqldetails do I point to the .sql of my old phpbb export?
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 6
    Hey Mini, I really appreciate your help. So as not to frustrate you, let me clarify my aim:

    I have a fresh install of Vanilla up on my server.
    I have an sql export of a friend's old phpBB forum.

    Where should I upload the phpBB sql file -- and where in the migrator's 'mysqldetails.php' should I point to it -- so that my new Vanilla receives the stuff?
  3.  # 7
    You need to import the phpbb export into the same database your vanilla forum has been installed into, and enter the name of that database into the mysqldetails.php file near your username and password.
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 8
    Should I ignore the hostname 'localhost' stuff?
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 9
    Trying it now. If my export file is "powerwor_powerwordfunk2.sql", I assume I'll change the word "vanilla" in mysqldetails.php to be "powerwor_powerwordfunk2" ... yes?
  4.  # 10
    Do you mean inside the mysql_select_db brackets? That needs to be set to whatever the name of your database is - the one that contains both the imported phpbb information and the vanilla tables.
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 11
    Ah, I think part of my problem is that the phpBB file I'm trying to import is 12 MB, whereas my server's sql limit is 8 MB per file. This is sticky business!
  5.  # 12
    Cut it in half.
    •  
      CommentAuthorDumpface
    • CommentTimeJul 23rd 2007
     # 13
    Surely there must be some caution involved. What if I cut something out that prohibits the import entirely? I guess I can try to find the users to cut out (screw those guys anyways)
    •  
      CommentAuthorWallPhone
    • CommentTimeJul 23rd 2007
     # 14
    You can import one half of the phpBB file and then follow it with the other half. It should have the same result as importing it in one shot.
    • CommentAuthorkeith_
    • CommentTimeJan 7th 2008
     # 15
    heyho,
    after i found nothing on the web i did this import-script under perl by myself,... it does a complete import from phpbb2 1.9 Forum into Vanilla 1.1.4., including signatures, smilies, user-Regdates, Number of Comments and all that stuff.
    you may download it here:
    Import from phpbb2 1.9 Forum into Vanilla 1.1.4.
    This is the Community i was using it for:
    www.subdays.de
Add your comments
    Username Password
  • Format comments as