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
problem db with front end user and selfregistration
-
Duketown
Re: problem db with front end user and selfregistration
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).
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).
Re: problem db with front end user and selfregistration
[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
Column count doesn´t match value count at row 1 INSERT INTO cms_module_feusers bla bla..
map_1961
map_1961

