Problem mit SQLite query

  • moin ich bzw ich und ein kumpel hab/en ein problem

    SQL
    Try {
    $str = $filedb->prepare("INSERT INTO tokens (server_id,token_key,token_type,token_id1,token_id2,token_created,token_description,token_customset) VALUES (:id, :token, 0, :group, 0, 0, 0, 0)");
    $str->bindParam(':id', $id);
    $str->bindParam(':token', $token);
    $str->bindParam(':group', $group_id);
    $str->execute();
    }
    catch(PDOException $e) {
    echo $e->getMessage();}
    }


    es funktioniert weder noch spukt er ein error aus und eigentlich soll das funktionieren
    bitte um hilfe -.-