Ok, this could fit in a couple places so if a mod thinks it needs to be moved, please do so. I have a version of coppermine that was made as an integration into nuke. It was working very good. Now when I try to edit a user within the gallery, such as to make them a gallery admin or ban them or anything I get this error " The username you have entered already exist, please choose a different one".
The only thing I know of that changed since the last time I used this function was the addition of the cnbya package modified by fade2gray to use captcha.
With debug turned on in the gallery it points to a section of code"
Code:
function update_user($user_id)
{
global $CONFIG;
global $lang_usermgr_php, $lang_register_php;
global $field_user_id, $field_user_name, $field_user_email, $field_user_pass;
The section I think that is triggering this error is
Code:
if (mysql_num_rows($result)){
cpg_die(ERROR, $lang_register_php['err_user_exists'], __FILE__, __LINE__);
I am just not sure what would cause this to trigger this now. It looks like it has something to do with the registration process within the gallery. I do not allow seperate signups so can that be modified or even removed to not trigger this error?
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum