• Hello there,

    I have had a recent problem with adding new users to my website. It appears that my website cannot record the new users that I add through the dashboard under “Add Users” and registering using profile builder plugin does not seem to register the new user either.

    Although registering using the form sends an email to my account notifying me that there is a new member that has registered, but the email showing the account name and the email registered is blank.

    Has anyone had any similar problems to this?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter ajphase

    (@ajphase)

    Update: I may have found the cause of the problem and its due to the column name “users_url” not existing on my current wp_users table. I have found this out by using a dummy wordpress and comparing the wp_users table.

    I have tried adding it back to the wp_users table but it seemed to have not done anything. The sql command that i used is

    ALTER TABLE wp_users
    ADD users_url varchar(100) not null

    Is there anything i can do to restore it back?

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Manually adding users and users registering not being recorded’ is closed to new replies.