problem db with front end user and selfregistration

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
okalors
New Member
New Member
Posts: 3
Joined: Tue Feb 26, 2008 10:28 am

problem db with front end user and selfregistration

Post by okalors »

i have this in proprity :

Nom Invite Type Longueur   
adresse Adresse Texte 50 
email Email Adresse email 30 
entreprise Entreprise Texte 30 
nom Nom Texte 30 
prenom Prenom Texte 30 
telephone Telephone Texte 30 


i want to put this in sql db in "webfgc_module_feusers_grouppropmap " because i have a message error when i try to put by groupe assign : Column count doesn't match value count at row 1 INSERT INTO webfgc_module_feusers_grouppropmap VALUES('adresse','1','6','1',-1)

thank you for your help

and sorry for my english
Duketown

Re: problem db with front end user and selfregistration

Post by Duketown »

I upgrade FEU from 1.2.0 to 1.3.1 (yes I wanted this version and not the latest).
This caused me that the same error happened. Checking the coding, during the upgrade to 1.3.0 a column should have been added to the table causing the trouble. Although this should have worked. It apparantly didn't. So I opened phpmyadmin adn used the following in a SQL window:
ALTER TABLE `cms_module_feusers_grouppropmap` ADD `lostunflag` INT NOT NULL ;

Problem solved (again, I know this is not the correct way).
User avatar
map_1961
Power Poster
Power Poster
Posts: 410
Joined: Fri Apr 20, 2007 7:26 pm

Re: problem db with front end user and selfregistration

Post by map_1961 »

[Solved] [Gelöst] Und auch für unsere deutschsprachigen Freunde: die oben genannte SQL Befehl, eingegeben in das SQL Feld in PHPMyadmin löst das Problem der Fehlermeldung ...

Column count doesn´t match value count at row 1 INSERT INTO cms_module_feusers bla bla..

map_1961
map_1961
Post Reply

Return to “Modules/Add-Ons”