SMF Plug - Error

Discussion in 'Integration' started by mcitron, Jun 12, 2009.

  1. mcitron

    mcitron New Member

    Joined:
    Jun 10, 2009
    Messages:
    12
    We have an SMF forum we are intergrating.
    When installing amember I entered in the same info for MySQL that SWF uses.

    When I logged into amember, and go to Plugin setup it says

    Smf plugin error: DB - [] - incorrect value. Error: Table 'XXXX.members' doesn't exist

    I do not understand what is causing this?

    Any help? Willing to pay
  2. mcitron

    mcitron New Member

    Joined:
    Jun 10, 2009
    Messages:
    12
    Note this is a godaddy hosting account...
  3. zenpig66

    zenpig66 aMember Pro Customer

    Joined:
    Jan 1, 2009
    Messages:
    72
    I haven't seen the SMF plugin but if it's anything like the phpBB3 plugin the info that you enter would be a bit different than what you entered to initially make a connection to your database within SMF. The error Error: Table 'XXXX.members' doesn't exist seems to be that the plugin is making connection with your
    SMF database but the prefix is incorrect and cannot find a table with the name "XXXX.members". When you enter in the information for the plugin it should be databasename.prefix where the prefix is what you selected for a naming scheme for SMF tables. Mine, for example is phpbb_ so in the plugin I enter databasename.phpbb_ Does it actually say XXXX.members and is that really the name of the table?
  4. mcitron

    mcitron New Member

    Joined:
    Jun 10, 2009
    Messages:
    12
    Is this something you could help us with?
  5. mcitron

    mcitron New Member

    Joined:
    Jun 10, 2009
    Messages:
    12
    the XXXX are the username
  6. mcitron

    mcitron New Member

    Joined:
    Jun 10, 2009
    Messages:
    12
    It worked!!! thank you so much..

    Now my next question, where do I put the PHP include??

Share This Page