checcot
17-01-2016, 09:20 AM
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
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.
checcot
17-01-2016, 07:29 PM
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 - - -
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 - - -
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 :(
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.