$encoding = 'utf8';
on line 33 of functions_mybb16.php and change that to your encoding.include($phpbb_root_path . 'config.' . $phpEx);
in convert_mybb16.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');
Code: Select all
SQL ERROR [ mysqli ]
MySQL server has gone away [2006]
SQL
UPDATE phpbb_config SET config_value = 'a:3:{s:4:\"step\";s:37:\"¤t_table=1&skip_rows=45\";s:12:\"table_prefix\";s:5:\"mybb_\";s:3:\"tag\";s:6:\"mybb16\";}' WHERE config_name = 'convert_progress'
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/mysqli.php
LINE: 189
CALL: dbal->sql_error()
FILE: [ROOT]/includes/functions.php
LINE: 160
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/install/install_convert.php
LINE: 1541
CALL: set_config()
FILE: [ROOT]/install/install_convert.php
LINE: 1419
CALL: install_convert->save_convert_progress()
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()
Code: Select all
if (!$get_info)
{
Code: Select all
$convert->batch_size = 1500;
Code: Select all
[quote='user' pid='28810' dateline='1393483418'][/quote]
That's certainly strange. 400 rows is pretty insignificant in comparison to rest of the data that you have.MaFeSa wrote:during the conversion of the attachments I have always a mysql server error (MySQL server has gone away [2006]), done a refresh page the process continues but some attachments are lost.
The convertor will attempt to copy over the smilies. The issue here is probably that your images/smilies/ directory is not writable.MaFeSa wrote:MyBB smiles are overwritten with those of phpbb and are ugly
Attachments are from 8/10 MB each (total 500MB) could be this the problem?prototech wrote:That's certainly strange. 400 rows is pretty insignificant in comparison to rest of the data that you have.
Sorry I explained badly, I would leave phpBB smilies because MyBB smilies are uglyprototech wrote:The convertor will attempt to copy over the smilies. The issue here is probably that your images/smilies/ directory is not writable.