Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress and IPV6

  • @gatelli

    Participant

    Hi,
    I have a buddypress forum (not bbpress). After lot of errors while posting topics (blank posts), I discovered that this is due to IPV6 IP users : when posting, Buddypress save the IP in poster_ip field (wp_bb_posts table). This field is varchar(15) so I changed it to varchar(30) to solve my issues.
    It’s working well but sometimes it’s going back itself to varchar(15).
    3 questions :
    1. Is it possible to change to varchar(15) in trunk for next BP versions ?
    2. What function in BP or WP is making back to varchar(15) ?
    3. Is there another way to fix this IPV6 issue ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • @djpaul

    Keymaster

    wp_bb_posts is bbPress 1, *not* BuddyPress. 🙂

    I don’t know if there’s anyone interesting in working on that old versions of bbPress any more. If you haven’t already, I’d suggest posting on https://bbpress.trac.wordpress.org/ so that at least the issue is logged.

    @gatelli

    Participant

    oups okay sorry ! I’ll check there…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress and IPV6’ is closed to new replies.
Skip to toolbar