
The file seems fine, it's exactly the same as the one shipped with 3.0.11. I'm not sure what else could be causing it, unless you installed a MOD by any chance.

Code: Select all
attachmentid contenttypeid contentid userid dateline filedataid state counter posthash filename caption reportthreadid settings displayorder importattachmentid
Edit Inline Edit Copy Delete 1 18 6 1 1294838337 1 visible 4 af829414d0344c360813e9041549e3f5 37236.jpg NULL 0 NULL 0 0
Edit Inline Edit Copy Delete 2 18 7 1 1294838337 2 visible 1 af829414d0344c360813e9041549e3f5 37237.jpg NULL 0 NULL 0 0
Edit Inline Edit Copy Delete 3 18 8 1 1294838337 3 visible 1 af829414d0344c360813e9041549e3f5 37238.jpg NULL 0 NULL 0 0
Edit Inline Edit Copy Delete 4 18 9 1 1294838337 4 visible 2 af829414d0344c360813e9041549e3f5 37254.jpg NULL 0 NULL 0 0
Code: Select all
bbcode is now displayed correctly.
[*]Link forums and forums with passwords are now correctly transferred over.
[*]Forums that are not under a category are no longer skipped.
[*]Forums with the "Forum is Open" option set to no are now locked in phpBB.
[*]Inline attachments are now parsed correctly.
[*]Smilies that do not have whitespace around them in vB are now padded with space so that the phpBB parser can parse them.
[*]Fixed an error with poll options being assigned the same id resulting in new votes getting counted for all options.
[*]Updated the authentication plugin to the current state of auth_db.php. This hadn't been updated since at least 2009, so it didn't support CAPTCHA plugins.
[*]Passwords with HTML special characters now work post-conversion.
[*]The database character set is now automatically fetched from the languages table.
[*]Special vB groups are now hidden and the "public (joinable)" setting for other groups is now adhered to.
[*]New data transferred over:
[list]
[*]Attachments
[*]Additional board configuration settings
[*]Additional user preferences
[*]Friend/ignore lists
[*]Shadow topics (for moved topics)
[*]Topic/post icons
[*]List of disallowed usernames [/list][/list]
Code: Select all
[Mon Mar 18 16:12:23 2013] [notice] Parent: Created child process 33400
[Mon Mar 18 16:12:23 2013] [notice] Child 33400: Child process is running
[Mon Mar 18 16:12:23 2013] [notice] Child 33400: Acquired the start mutex.
[Mon Mar 18 16:12:23 2013] [notice] Child 33400: Starting 64 worker threads.
[Mon Mar 18 16:12:23 2013] [notice] Child 33400: Starting thread to listen on port 80.
[Mon Mar 18 16:12:55 2013] [notice] Parent: child process exited with status 255 -- Restarting.
[Mon Mar 18 16:12:55 2013] [notice] Apache/2.2.22 (Win32) PHP/5.3.21 configured -- resuming normal operations
[Mon Mar 18 16:12:55 2013] [notice] Server built: Jan 28 2012 11:16:39
Code: Select all
memory_limit = 1024M
I'm not sure how this slipped by.IainM wrote:1.) On initial attempts I seemed to be missing a "users" table in the vB schema, so I copied the "user" table into "users" and everything worked Ok (I had also to rename the userid column as user_id in the new table). All good afterwards until...
You can try reducing the batch size. In convert_vb4.php, findIainM wrote:2.) I get to about row 112,000 in the phpbb_posts insert process when the script bugs out with (I think, according to the interwebs) a memory leak, and Apache restarts. Have tried several times with the same result.
$test_file = 'showthread.php';
... after, add $convert->batch_size = 1000;
.if (!defined('IN_INSTALL'))
in install/install_convert.php:
Code: Select all
@set_time_limit(0);
@ini_set('memory_limit', '256M');
@ini_set('upload_max_filesize', '128M');
@ini_set('post_max_size', '256M');
@ini_set('max_input_time', '-1');
@ini_set('max_execution_time', '-1');
@ini_set('expect.timeout', '-1');
@ini_set('default_socket_timeout', '-1');
The converter relies on the phpBB installation system. See the Convert How To stickied at the top of this forum for how to use it.totallytech wrote:Hi,
I'm quite sure I'm being really dim but do I install the vb 4.2.0 -> phpBB 3.0.x converter on the vb site or the phpBB site?
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb4.php on line 744: Invalid argument supplied for foreach()
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 361: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
storrm wrote: When I hit the continue conversion button I get loads of the following errors on the page :-
and then at the bottom I get 4 lines ofCode: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/install/convertors/functions_vb4.php on line 744: Invalid argument supplied for foreach()
I can't link my php errors log because for some reason its not logging anything at the moment.Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/install/index.php on line 361: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)