MyBB Community Forums

Full Version: [F] Parse error in phpbb2.php (line 975)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Parse error: syntax error, unexpected ';' in (whatever)\convert\boards\phpbb2.php on line 975
line 975 is
$insert_thread['lastposter'] = $this->get_import_username($last_post['user_id'], $last_post['post_username'];
should be
$insert_thread['lastposter'] = $this->get_import_username($last_post['user_id'], $last_post['post_username']);
This bug has been fixed in the latest version of the MyBB Merge System.

Please note the latest code is not live on the site or for download. An update for the MyBB Merge System will be released which contains this fix.
I went ahead and fixed it on the download on the site