Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

converting phpbb attachements to vanilla

I am in the process of trying to convert phpbb attachments to vanilla, and I'm running into a few problems and I'm wondering if someone can help.

I wrote a script to parse the phpbb database getting all of the information required to populate the data for gdn_media. However the attachments are not showing up.

the path that i'm generating is:
'FileUpload/old/55_a01649d06694eda2182149eb803ba470.jpg'

storage method is:
'local'

type is:
'image/jpeg'

Any thoughts on getting this to work, I looked through the code that I think adds an attachment to the database and tried to mimic.

Thanks,
Travis

Comments

  • edited September 2011
    Did you have any luck with this? I really want to migrate to Vanilla but can't do it without all of the attachments currently in my phpbb forums.
  • Have you checked out the importer for vBulletin attachments? That'd probably help quite a bit.
Sign In or Register to comment.