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
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
0
Comments