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
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?