PHPBB 3.0.10,
I'm using the original version of this tool with the changes to allow PF fields. I have created a one line test import file that contains
[email protected],,
[email protected],999,testurb
The appropriate fields are configured 0,1,2,3,4 on the Import Users screen.
There are no " marks on any of the fields and, as you can see the password is not specified. I get the following SQL error when I run the tool:
I do have the phpBB Digests mod installed.
General Error
SQL ERROR [ mysql4 ]
Unknown column 'user_digest_attachments' in 'field list' [1054]
SQL
INSERT INTO phpbb3_users (username, username_clean, user_password, user_pass_convert, user_email, user_email_hash, group_id, user_type, user_permissions, user_timezone, user_dateformat, user_lang, user_style, user_actkey, user_ip, user_regdate, user_passchg, user_options, user_new, user_inactive_reason, user_inactive_time, user_lastmark, user_lastvisit, user_lastpost_time, user_lastpage, user_posts, user_dst, user_colour, user_occ, user_interests, user_avatar, user_avatar_type, user_avatar_width, user_avatar_height, user_new_privmsg, user_unread_privmsg, user_last_privmsg, user_message_rules, user_full_folder, user_emailtime, user_notify, user_notify_pm, user_notify_type, user_allow_pm, user_allow_viewonline, user_allow_viewemail, user_allow_massemail, user_sig, user_sig_bbcode_uid, user_sig_bbcode_bitfield, user_form_salt, user_digest_type, user_digest_send_hour_gmt, user_digest_format, user_digest_show_mine, user_digest_send_on_no_posts, user_digest_show_pms, user_digest_max_posts, user_digest_min_words, user_digest_remove_foes, user_digest_sortby, user_digest_max_display_words, user_digest_reset_lastvisit, user_digest_filter_type, user_digest_pm_mark_read, user_digest_new_posts_only, user_digest_no_post_text, user_digest_attachments, user_digest_block_images, user_digest_toc) VALUES ('
[email protected]', '
[email protected]', 'f8322cbf682c9f84d0c6bf0b9d1195af', 0, '', '00', 2, 0, '', -5, 'D M d, Y g:i a', 'en_us', 1, '', '', 1344537474, 1344537474, 230271, 0, 0, 0, 1344537474, 0, 0, '', 0, '0', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 1, 0, 1, 1, 1, 1, '', '', '', 'a1ae4d2869b1d85d', 'DAY', '6', 'HTML', 0, '1', '1', '0', '0', '0', 'board', '15', '0', 'ALL', '0', '0', NULL, NULL, NULL, NULL)
BACKTRACE
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/includes/functions_user.php
LINE: 275
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/includes/acp/acp_import_users.php
LINE: 389
CALL: user_add()
FILE: [ROOT]/includes/acp/acp_import_users.php
LINE: 227
CALL: acp_import_users->import()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_import_users->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()