I'm having the same problem :)Quote from txcas on February 27th, 2014, 12:06 AM
I just tried the latest commit and now get:Code: [Select] Importing settings... ✔
Importing members... Unsuccessful!
This query:
SELECT
id_member, member_name, date_registered, posts, id_group, lngfile, last_login,
real_name, instant_messages, unread_messages, buddy_list, pm_ignore_list,
pm_prefs, passwd, email_address, personal_text, gender, birthdate,
website_url, website_title, location, hide_email, show_online,
time_format, signature, time_offset, avatar, pm_email_notify,
usertitle, notify_announcements, notify_regularity, notify_send_body,
notify_types, member_ip, member_ip2, is_activated, validation_code,
id_msg_last_visit, additional_groups, smiley_set, id_post_group,
total_time_logged_in, password_salt, ignore_boards,
IFNULL(warning, 0) AS warning, passwd_flood, pm_receive_from,
message_labels, secret_question, secret_answer, mod_prefs, '' AS data
FROM `creedmoo_wedge`.wedge_members
LIMIT 0, 500;
Caused the error:
Unknown column 'message_labels' in 'field list'