Frontend User Add Group error

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

Frontend User Add Group error

Post by cacharopnet »

I am trying to create a group using the frontend user management, but  got this error. I am using cmsmadesimple-1.7.1-base.tar.gz, the version of FrontEndUsers is 1.9.

Column count doesn't match value count at row 1 INSERT INTO cms_module_feusers_grouppropmap VALUES('email',3,0,'2',1)
I am not sure if it is a bug, the other day I was trying to add a properties and I found the database doesn't have a column for saving "Force values of this property to be unique across all user accounts", I then manually created that column. It works now.
Thanks a lot for anyhelp. I am Made Simple beginner user.
sublime5o
New Member
New Member
Posts: 8
Joined: Tue Mar 30, 2010 3:18 am

Re: Frontend User Add Group error

Post by sublime5o »

This is happening to me too.  New 1.7 CMSMS with the newest Frontend module.  Please help.. Exact error is this when creating Group.

Column count doesn't match value count at row 1 INSERT INTO cms_module_feusers_grouppropmap VALUES('members',1,0,'3',-1)
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

Re: Frontend User Add Group error

Post by cacharopnet »

I think the error caused by the table definition is not the same as the front end script. Should we modify the table or the front-end to make them consistent? Thanks for any help.
vavgust
New Member
New Member
Posts: 3
Joined: Tue May 25, 2010 5:33 pm

Re: Frontend User Add Group error

Post by vavgust »

Solved this problem installing FrontEndUsers 1.8.5 (http://dev.cmsmadesimple.org/project/files/14#package-9) and then updating to 1.9.
gdur
Forum Members
Forum Members
Posts: 142
Joined: Sun Jan 10, 2010 10:59 am

Re: Frontend User Add Group error

Post by gdur »

It's a known bug. Here you can find the fix.

http://dev.cmsmadesimple.org/bug/view/4955
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

Re: Frontend User Add Group error

Post by cacharopnet »

vavgust wrote: Solved this problem installing FrontEndUsers 1.8.5 (http://dev.cmsmadesimple.org/project/files/14#package-9) and then updating to 1.9.
Hi, I have installed 1.8.5, but don't know how to upgrade it to 1.9. As the doc at http://wiki.cmsmadesimple.org/index.php ... ns/Modules, I copied the files over, but it doesn't have an upgrade option for me to use.
Could you tell me how to do it? Thank you very much!
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

Re: Frontend User Add Group error

Post by cacharopnet »

gdur wrote: It's a known bug. Here you can find the fix.

http://dev.cmsmadesimple.org/bug/view/4955

Thanks, it is for creating user properties. I am glad that it is a known bug and having a fix.
cacharopnet
Forum Members
Forum Members
Posts: 20
Joined: Tue May 25, 2010 12:43 am

Re: Frontend User Add Group error

Post by cacharopnet »

I found the solution here:
http://forum.cmsmadesimple.org/index.ph ... 163.0.html
it seems also that the FEU 1.9 installer create the force_unique column inthe wrong database table, as after applying your patch, if I can create properties, I still can't create groups getting a
Code:

Column count doesn't match value count at row 1 INSERT INTO cms_module_feusers_grouppropmap....



dropping the force_unique column in the cms_module_feusers_grouppropmap table, solved my the problem.

Hope this helps

regards
Logged
--------------------------------------
Zaskar
Post Reply

Return to “Modules/Add-Ons”