Fatal Error

Discussion in 'Troubleshooting' started by intrud0r, Sep 28, 2003.

  1. intrud0r

    intrud0r Guest

    Fatal Error

    --------------------------------------------------------------------------------
    MYSQL ERROR:
    You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE username='bob'' at line 3
    in query:
    SELECT passwd, groups FROM WHERE username='bob'

    I get that and...

    MYSQL ERROR:
    You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE username='bob'' at line 1
    in query:
    DELETE FROM WHERE username='bob'

    quite a bit.. any ideas? I get the errors but it still performs what it needs to it seems. Errors are not exceptable for the type of use we do though :/
  2. MYSQL ERROR:
    You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE username='bob'' at line 1
    in query:
    DELETE FROM WHERE username='bob'


    Update: I got this error when trying to delete a user. FYI, I'm using MySQL 4.0.15-standard.
  3. intrud0r

    intrud0r Guest

    ..and PHP 4.3.2
  4. alex-adm

    alex-adm Guest

    Please disable mod_auth_mysql plugin - you don't need this.

Share This Page