Integrating with PHPBB 3 - Testing

Discussion in 'Troubleshooting' started by sitesbycal, Sep 24, 2007.

  1. sitesbycal

    sitesbycal New Member

    Joined:
    Sep 9, 2007
    Messages:
    14
    Hey everybody, I was curious if anyone else had tried integrating Amember with PHPBB3? I know it's not ready yet, PHPBB3 is in RC, but thought I'd try it and see what happened.

    I'm currently running PHPBB3 RC3 and when I activated plugin I received the error below....

    Code:
    phpBB Plugin Error: Unknown column 'group_single_user' in 'where clause'
    I tried to Rebuild Database and received the following error, posting for documentation purposes....

    Code:
    MYSQL ERROR:
    Unknown column 'user_active' in 'field list'
    in query:
    SELECT username, if(user_active, 1, '') FROM phpbb.phpbb_users
    Received this error when trying to add a member....

    Code:
    MYSQL ERROR:
    Unknown column 'user_active' in 'field list'
    in query:
    UPDATE phpbb.phpbb_users SET user_active=0 WHERE username='Holly'
    I'm not really expecting this post to be answered but thought it may be helpful for Alex and the other members. I enjoy testing Amember and trying new things with integration etc. I'm also not a programmer, if I were I would fix the issues myself.... :)

    If you have any information or have tested Amember with PHPBB3 please post any relevant info here please. Thank you.

    Later
  2. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
    From what I have seen the new phpBB uses a group system closer to IP.B rather than the funny (to me) system that was in v2. I am assuming Alex will be doing the plugin if he is not I will add it to my list of songs ;)
  3. sitesbycal

    sitesbycal New Member

    Joined:
    Sep 9, 2007
    Messages:
    14
    Sounds Great Jenolan!

    You have some cool add-ons at your site!

    Cal
  4. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
    My JLogica site suxz :) I spend most of my time doing Trainz stuff at http://razorbackrailway.com when MSTS-II comes out I expect to be totally out of any extra coding for about a year or so re-doing our development software.
  5. sitesbycal

    sitesbycal New Member

    Joined:
    Sep 9, 2007
    Messages:
    14
    Yeah that train site looks pretty cool, I didn't even know about MSTS until you mentioned it... I'll have to check it out.

Share This Page