Code: Select all
INSERT INTO `smf_messages` (`id_msg`, `id_topic`, `id_board`, `poster_time`, `id_member`, `id_msg_modified`, `subject`, `poster_name`, `poster_email`, `poster_ip`, `smileys_enabled`, `modified_time`, `modified_name`, `body`, `icon`, `approved`) VALUES
(1, 1, 1, 1358188182, 0, 1, 'Welcome to SMF!', 'Simple Machines', '[email protected]', '127.0.0.1', 1, 0, '', 'Welcome to Simple Machines Forum!<br /><br />We hope you enjoy using your forum. If you have any problems, please feel free to [url=http://www.simplemachines.org/community/index.php]ask us for assistance[/url].<br /><br />Thanks!<br />Simple Machines', 'xx', 1);
You should place your converter in the list that made dickyprototech wrote:I have updated the attachment with a new version which fixes some other problems that I encountered and also adds support for topic icons and post reports. The post contains a list of the things changed.
Code: Select all
SQL ERROR [ mysql4 ]
Table 'bb.phpbb_userconv' doesn't exist [1146]
SQL
SELECT username_clean FROM phpbb_userconv GROUP BY username_clean HAVING COUNT(user_id) > 1
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: [ROOT]/install/convertors/functions_smf20.php
LINE: 696
CALL: dbal_mysql->sql_query()
FILE: [ROOT]/install/install_convert.php(1073) : eval()'d code
LINE: 1
CALL: smf_check_username_collisions()
FILE: [ROOT]/install/install_convert.php
LINE: 1073
CALL: eval()
FILE: [ROOT]/install/install_convert.php
LINE: 203
CALL: install_convert->convert_data()
FILE: [ROOT]/install/index.php
LINE: 326
CALL: install_convert->main()
FILE: [ROOT]/install/index.php
LINE: 203
CALL: module->load()