anyone seen this before? it has me confused. i get it when i try and add a new user. MYSQL ERROR: Table 'amember.users' doesn't exist in query: SELECT COUNT(*) FROM users WHERE username='test' AND (user_email <> 'test@test.com' OR user_password <> md5('testtest') ) Myke
This means that the database has not got the table amember.users in it, Isuspect that the database has not been set up properly?
wahts weird is that i get that error, but if i just let it sit it refresh's and the user is then added Myke
scratch that last post, it jsut sits there. how could i not setup the database properly? amember sets it up during install . .how do add this to MYSQL? i really need this fast Myke
It happens because you've enabled some integration plugin (like Invision Board integration) and didn't configure it.