HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

[Solved] Bug in phpBB3 export routines

coolscools New
edited August 2013 in Feedback

The export is looking for user field user_photo. This doesn't exist in a standard phpBB3 installation - the field is actually called user_avatar

https://wiki.phpbb.com/Table.phpbb_users

Tagged:

Comments

  • LincLinc Detroit Admin

    Are you using 1.8? It's fixed in the latest version on GitHub so I'm not sure what's going on.

  • I downloaded it from the Addon section about 30 minutes ago.

  • And yes, it's v 1.8.0 in the header :)

  • LincLinc Detroit Admin

    Oh, it'll be in 1.8.1. The change was recent. Thanks!

  • Great news. It at least encouraged me to look at the code and wipe out all the role assignment except for Admin (private sections in our current forum that I don't really want exposed to the world for any length of time).

    Nice to get code that works first time for a change :)

  • Curious, is there any instructions as to how one could build from git? I ran into this issue as well, and would love to be able to migrate my phpbb content.

    Thanks

    @Lincoln said:
    Oh, it'll be in 1.8.1. The change was recent. Thanks!

  • hgtonighthgtonight ∞ · New Moderator
    1. Clone: https://github.com/lincolnwebs/VanillaPorter
    2. Run make.php
    3. Profit!

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • @hgtonight said:
    1. Clone: https://github.com/lincolnwebs/VanillaPorter
    2. Run make.php
    3. Profit!

    Hmm. I did try that and after I manually creating a make directory, it did produce a vanilla2export.php file there, but was only about 79K in size, as compared to the 232K file in the 1.8.0 version. Nothing happens when I run the build I created. I'll give it another go and try to see where I went wrong. Thanks.

Sign In or Register to comment.