Page 1 of 1

Not able to add new FrontEnd Users

Posted: Wed Oct 28, 2009 11:39 am
by ComBeg
Hi everybody,

i'm using cmsms 1.6.6
FEU 1.6.10
Custom Content 1.5.3

When i want to add new users, either by uploading a CSV file or creating them by hand i get the following error: The target table cms_module_feusers_users of the INSERT is not insertable-into

Is this caused by the module or is it something else? Am I doing something wrong?

BTW: I'm a complete noob when it comes programming etc. so please keep in mind... :)

Re: Not able to add new FrontEnd Users

Posted: Wed Oct 28, 2009 4:17 pm
by Jeff
That error is completely new to me, but it sounds like you don't have SQL permission to INSERT for that table.

Re: Not able to add new FrontEnd Users

Posted: Wed Oct 28, 2009 4:27 pm
by calguy1000
sounds like the db user account doesn't have sufficient privilege to the database.

your database user (as specified in the config.php) needs ALL PRIVILEGES to that database.

Re: Not able to add new FrontEnd Users

Posted: Fri Oct 30, 2009 1:29 pm
by ComBeg
Does anyone know how i can change those priviliges?

Re: Not able to add new FrontEnd Users

Posted: Fri Oct 30, 2009 3:13 pm
by johnomcm
I get that as well and I have administrator rights.

I think it is mostly a 1.6.6 issue.