Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2016
    Posts
    4
    Tokens
    59

    Default Radipanel DJ Problem

    Hello,i can't write very well in english,sorry.
    I'm using Radipanel v3 but i have problem,when i add new user into panel i have this error:
    MySQL Error:
    Column count doesn't match value count at row 1
    This is one screen: https://gyazo.com/2b96b866503bb40f2451ee58482daada
    Can you Help me,please? Thanks

  2. #2
    Join Date
    Jun 2005
    Posts
    2,850
    Tokens
    3,979
    Habbo
    Skynus

    Latest Awards:

    Default

    Quote Originally Posted by checcot View Post
    Hello,i can't write very well in english,sorry.
    I'm using Radipanel v3 but i have problem,when i add new user into panel i have this error:
    MySQL Error:
    Column count doesn't match value count at row 1
    This is one screen: https://gyazo.com/2b96b866503bb40f2451ee58482daada
    Can you Help me,please? Thanks
    There's not really too much information to go off there - you'd have to post the query it's trying to run. At a guess, I'd imagine you have more fields than values in your query.

  3. #3
    Join Date
    Jan 2016
    Posts
    4
    Tokens
    59

    Default

    Quote Originally Posted by Tom View Post
    There's not really too much information to go off there - you'd have to post the query it's trying to run. At a guess, I'd imagine you have more fields than values in your query.
    query of ''users'' is:SELECT * FROM `users` WHERE
    SELECT `id`, `username`, `password`, `email`, `habbo`, `displaygroup`, `usergroups` FROM `users` WHERE 1
    INSERT INTO `users`(`id`, `username`, `password`, `email`, `habbo`, `displaygroup`, `usergroups`) VALUES ([value-1],[value-2],[value-3],[value-4],[value-5],[value-6],[value-7])

    UPDATE `users` SET `id`=[value-1],`username`=[value-2],`password`=[value-3],`email`=[value-4],`habbo`=[value-5],`displaygroup`=[value-6],`usergroups`=[value-7] WHERE 1
    DELETE FROM `users` WHERE 1

    I hope that i sent what you wanted

    - - - Updated - - -

    Quote Originally Posted by Tom View Post
    There's not really too much information to go off there - you'd have to post the query it's trying to run. At a guess, I'd imagine you have more fields than values in your query.
    query of ''users'' is:SELECT * FROM `users` WHERE
    SELECT `id`, `username`, `password`, `email`, `habbo`, `displaygroup`, `usergroups` FROM `users` WHERE 1
    INSERT INTO `users`(`id`, `username`, `password`, `email`, `habbo`, `displaygroup`, `usergroups`) VALUES ([value-1],[value-2],[value-3],[value-4],[value-5],[value-6],[value-7])

    UPDATE `users` SET `id`=[value-1],`username`=[value-2],`password`=[value-3],`email`=[value-4],`habbo`=[value-5],`displaygroup`=[value-6],`usergroups`=[value-7] WHERE 1
    DELETE FROM `users` WHERE 1

    I hope that i sent what you wanted

    - - - Updated - - -

    Quote Originally Posted by Tom View Post
    There's not really too much information to go off there - you'd have to post the query it's trying to run. At a guess, I'd imagine you have more fields than values in your query.
    query of ''users'' i: SELECT * FROM `users` WHERE

    SELECT `id`, `username`, `password`, `email`, `habbo`, `displaygroup`, `usergroups` FROM `users` WHERE 1

    INSERT INTO `users`(`id`, `username`, `password`, `email`, `habbo`, `displaygroup`, `usergroups`) VALUES ([value-1],[value-2],[value-3],[value-4],[value-5],[value-6],[value-7])

    UPDATE `users` SET `id`=[value-1],`username`=[value-2],`password`=[value-3],`email`=[value-4],`habbo`=[value-5],`displaygroup`=[value-6],`usergroups`=[value-7] WHERE 1

    DELETE FROM `users` WHERE 1

    I hope that i sent what you wanted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •