Hi,
I’m using UsersWP and Events Made Easy (EME) for a while now on a site, but recently, when adding new members in EME, I get an error message related to the wpuf_uwp_usermeta table. It does not mather if I use a csv to upload members or use a form. In EME I have selected the option to create a WordPress User on creation. It seems to be the creation of the WordPress User that triggers the error. Writer of the EME plugin says only to use WordPress functions. Below you can find the error message:
An error has occurred
WordPress database error: [Unknown column ‘user_url’ in ‘field list’]
INSERT INTO
wpuf_uwp_usermeta
(
username
,
email
,
display_name
,
first_name
,
last_name
,
user_url
,
bio
,
user_id
) VALUES (‘Atest’, ‘[email protected]’, ‘Atest’, ”, ”, ”, ”, 33)
I’m using the following versions:
Wordpress 5.3.2
EME 2.1.67
UsersWP 1.2.1.7