Mysql Error

Discussion in 'Troubleshooting' started by lacentrix, Sep 2, 2003.

  1. lacentrix

    lacentrix Guest

    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
  2. pilot

    pilot New Member

    Joined:
    May 24, 2003
    Messages:
    178
    This means that the database has not got the table amember.users in it, Isuspect that the database has not been set up properly?
  3. lacentrix

    lacentrix Guest

    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
  4. lacentrix

    lacentrix Guest

    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
  5. alex-adm

    alex-adm Guest

    It happens because you've enabled some integration plugin (like Invision Board integration) and didn't configure it.

Share This Page