Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

User field Delete profile

Asked Modified Viewed 1,006 times
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
asked
Junior Member

Hy good day everyone

I need your help again, please

as soon as I try to activate the user field delete user the following comes up

Error: Duplicate column name 'user_delete'


lg and thanks in advance for the help
0 replies

2 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

go to your phpMyAdmin and check the database for the existence. Remove it manually then try to activate again.
0 replies
S
sala99
S
sala99 10
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Junior Member

Hy Falk first of all thanks for the quick help

unfortunately it was not in the MySQL

the entry.
I have now done the following

I have opened the file user_delete include var.php and have line 23

from $user_field_name = $locale['uf_delete'];

changed into that $user_field_name = $locale['uf_delete_000'];

then I opened the file in local user_delete.php
and line 19 of $locale['uf_delete'] = "Account delet"; changed into that $locale['uf_delete_000'] = "Account delet";

then i opened the following file from incloudes user fields
user_delete_include.php have the in line 19 of echo "<td class='tbl'><label for='user_delete'>".$locale['uf_delete']."</label></td>\n";

changed into that echo "<td class='tbl'><label for='user_delete'>".$locale['uf_delete_000']."</label></td>\n";


and it works again thanks for the help Falk
0 replies

Category Forum

User Fields - 8

Labels

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet