[SOLVED] Frontend User Management - add user
Re: Frontend User Management - add user
OR don't you have that table at all?
Uninstall/install FEU...
JanB
Uninstall/install FEU...
JanB
Re: Frontend User Management - add user
i'v uninstall and install it again.. what now?
i still don't have the module_feusers_grouppropmap", "force_unique"
where do i put the UDT
------
To fix this before an update is available make a new UDT (User Defined Tag) name it feu19tablefix and add this code:
Code:
global $gCms;
$db = &$gCms->db;
$dict = NewDataDictionary($db);
$sql_add = $dict->AddColumnSQL(cms_db_prefix()."module_feusers_propdefn", "force_unique I1");
$sql_drop = $dict->DropColumnSQL(cms_db_prefix()."module_feusers_grouppropmap", "force_unique");
$dict->ExecuteSQLArray($sql_add);
$dict->ExecuteSQLArray($sql_drop);
Use the UDT in a content page like this {feu19tablefix}, load the page once and then remove the UDT from the page after you have checked that everything is ok. Then you can also delete the UDT.
i still don't have the module_feusers_grouppropmap", "force_unique"
where do i put the UDT
------
To fix this before an update is available make a new UDT (User Defined Tag) name it feu19tablefix and add this code:
Code:
global $gCms;
$db = &$gCms->db;
$dict = NewDataDictionary($db);
$sql_add = $dict->AddColumnSQL(cms_db_prefix()."module_feusers_propdefn", "force_unique I1");
$sql_drop = $dict->DropColumnSQL(cms_db_prefix()."module_feusers_grouppropmap", "force_unique");
$dict->ExecuteSQLArray($sql_add);
$dict->ExecuteSQLArray($sql_drop);
Use the UDT in a content page like this {feu19tablefix}, load the page once and then remove the UDT from the page after you have checked that everything is ok. Then you can also delete the UDT.
Last edited by Sabrinan on Wed Jun 09, 2010 12:29 pm, edited 1 time in total.
Re: Frontend User Management - add user
What tables do you have with cms_sandbox_module_feusers_ prefix?
Should be:
cms_sandbox_module_feusers_belongs
cms_sandbox_module_feusers_dropdowns
cms_sandbox_module_feusers_grouppropmap
cms_sandbox_module_feusers_groups
cms_sandbox_module_feusers_groups_seq
cms_sandbox_module_feusers_history
cms_sandbox_module_feusers_loggedin
cms_sandbox_module_feusers_propdefn
cms_sandbox_module_feusers_properties
cms_sandbox_module_feusers_properties_seq
cms_sandbox_module_feusers_tempcode
cms_sandbox_module_feusers_users
cms_sandbox_module_feusers_users_seq
JanB
Should be:
cms_sandbox_module_feusers_belongs
cms_sandbox_module_feusers_dropdowns
cms_sandbox_module_feusers_grouppropmap
cms_sandbox_module_feusers_groups
cms_sandbox_module_feusers_groups_seq
cms_sandbox_module_feusers_history
cms_sandbox_module_feusers_loggedin
cms_sandbox_module_feusers_propdefn
cms_sandbox_module_feusers_properties
cms_sandbox_module_feusers_properties_seq
cms_sandbox_module_feusers_tempcode
cms_sandbox_module_feusers_users
cms_sandbox_module_feusers_users_seq
JanB
Re: Frontend User Management - add user
i don;t have the cms_module_feusers_grouppropmap
Re: Frontend User Management - add user
Ahh..
There is a bug in 1.9.2 preventing "module_feusers_grouppropmap" to install, use 1.9.3
There is a bug in 1.9.2 preventing "module_feusers_grouppropmap" to install, use 1.9.3
Re: Frontend User Management - add user
it works 
i didn't even saw the update
*shame on me*
thank you so much for your help!!!

i didn't even saw the update

thank you so much for your help!!!
Re: Frontend User Management - add user
Great..
Missed the bug, shame on me as well
Remember to add [Solved] to the subject in the first post...
JanB
Missed the bug, shame on me as well

Remember to add [Solved] to the subject in the first post...
JanB
Re: Frontend User Management - add user
one final question...
my language is dutch
but by: Change Settings Template
there are 3 fields:
Settings
Passwords do not match
Username:
Password:
Again enter a new password here to change your password.
submit cancel
Red: that stays in Englisch.. how do i get that to dutch
?
note: the passwords do not match, you get that if you do submit without entering
my language is dutch
but by: Change Settings Template
there are 3 fields:
Settings
Passwords do not match
Username:
Password:
Again enter a new password here to change your password.
submit cancel
Red: that stays in Englisch.. how do i get that to dutch

note: the passwords do not match, you get that if you do submit without entering
Re: Frontend User Management - add user
You can't in FEU. No support for that yet...
..but try to change "Default language for the frontend" in Global Settings/General Settings.
Do you intend to use no passwords?
JanB
..but try to change "Default language for the frontend" in Global Settings/General Settings.
Must admit I've never tried to do that...passwords do not match, you get that if you do submit without entering
Do you intend to use no passwords?
JanB
Re: Frontend User Management - add user
hmm ok...
i can choose dutch as a default language...
only::
farsi
english
kazakh
i can choose dutch as a default language...
only::
farsi
english
kazakh
Re: Frontend User Management - add user
??
Did you installed the full version of CMSMS?
JanB
Did you installed the full version of CMSMS?
JanB