Simple Machines Community Forum

SMF Support => Converting to SMF => IPB => Topic started by: kpm21 on April 14, 2020, 03:18:54 PM

Title: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 14, 2020, 03:18:54 PM

Converting members...
Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting polls... Successful.
Converting poll options...
Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303
....................
Warning: array_combine(): Both parameters should have an equal number of elements in /var/www/Sources/Subs-Db-mysql.php on line 1491
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3


Structure:

CREATE TABLE `ibf_polls` (
  `pid` bigint(20) NOT NULL,
  `tid` bigint(20) NOT NULL DEFAULT '0',
  `start_date` int(10) DEFAULT NULL,
  `choices` text,
  `starter_id` varchar(32) DEFAULT NULL,
  `votes` bigint(20) DEFAULT NULL,
  `forum_id` bigint(20) DEFAULT NULL,
  `poll_question` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=cp1251;

Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 14, 2020, 11:27:42 PM
Does it error out or get beyond that stage?

I would need to see the contents of ibf_polls. Thinking some unexpected data in the choices column for that data
Title: Re: Error converting IPB 1.1 to SMF
Post by: shawnb61 on April 15, 2020, 01:18:40 AM
php version? 

Mysql version?

Sounds like a version thing to me...
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 15, 2020, 03:55:15 AM
Quote from: vbgamer45 on April 14, 2020, 11:27:42 PM
Does it error out or get beyond that stage?

I would need to see the contents of ibf_polls. Thinking some unexpected data in the choices column for that data

Attached contents of ibf_polls.
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 15, 2020, 04:00:13 AM
Quote from: shawnb61 on April 15, 2020, 01:18:40 AM
php version? 

Mysql version?

Sounds like a version thing to me...
PHP: 7.3.13 (tried on version php5.4 too)
mysql 5.7.26
Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 15, 2020, 07:55:56 AM
Try this. Hopefully the collation for the table was set to cp1251_general_ci
The unserialize function did not support that characterset.
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 15, 2020, 08:30:21 AM
Quote from: vbgamer45 on April 15, 2020, 07:55:56 AM
Try this. Hopefully the collation for the table was set to cp1251_general_ci
The unserialize function did not support that characterset.
ipb  cp1251_general_ci
smf  utf8_general_ci


Converting...
Converting members...
Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting polls... Successful.
Converting poll options...
Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: Invalid argument supplied for foreach() in /var/www/convert.php on line 2651

Warning: array_combine(): Both parameters should have an equal number of elements in /var/www/Sources/Subs-Db-mysql.php on line 1491

Notice: Trying to access array offset on value of type null in /var/www/Sources/Subs-Db-mysql.php on line 1286
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 15, 2020, 08:46:54 AM
In the .sql try changing

/******************************************************************************/
--- Converting poll options...
/******************************************************************************/

---* {$to_prefix}poll_choices
---{
$no_add = true;
$keys = array('id_poll', 'id_choice', 'label', 'votes');

$choices = @mb_unserialize(stripslashes($row['choices']));

if (is_array($choices))
foreach ($choices as $choice)
{
$choice = addslashes_recursive($choice);
$rows[] = "$row[id_poll], SUBSTRING('" . implode("', 1, 255), SUBSTRING('", $choice) . "', 1, 255)";
}

---}

to

/******************************************************************************/
--- Converting poll options...
/******************************************************************************/

---* {$to_prefix}poll_choices
---{
$no_add = true;
$keys = array('id_poll', 'id_choice', 'label', 'votes');

$choices = @mb_unserialize(stripslashes($row['choices']));

if (is_array($choices))
foreach ($choices as $choice)
{
$choice = addslashes_recursive($choice);
$rows[] = "$row[id_poll], SUBSTRING('" . implode("', 1, 255), SUBSTRING('", $choice) . "', 1, 255)";
}
else
$rows[] = "$row[id_poll], 0, '', 0";

---}
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 15, 2020, 09:03:43 AM

Converting members...
Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting polls... Successful.
Converting poll options...
Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in /var/www/convert.php on line 1303

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in /var/www/convert.php on line 2639

Warning: Invalid argument supplied for foreach() in /var/www/convert.php on line 2651

Warning: array_combine(): Both parameters should have an equal number of elements in /var/www/Sources/Subs-Db-mysql.php on line 1491

Notice: Trying to access array offset on value of type null in /var/www/Sources/Subs-Db-mysql.php on line 1286
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 15, 2020, 09:07:10 AM
There is a bad entry in there somewhere...We have to find it this will output after each poll choice entered..
try

/******************************************************************************/
--- Converting poll options...
/******************************************************************************/

---* {$to_prefix}poll_choices
---{
$no_add = true;
$keys = array('id_poll', 'id_choice', 'label', 'votes');

$choices = @mb_unserialize(stripslashes($row['choices']));

if (is_array($choices))
foreach ($choices as $choice)
{
$choice = addslashes_recursive($choice);
$rows[] = "$row[id_poll], SUBSTRING('" . implode("', 1, 255), SUBSTRING('", $choice) . "', 1, 255)";
               echo "$row[id_poll], SUBSTRING('" . implode("', 1, 255), SUBSTRING('", $choice) . "', 1, 255)<br>";
}
else
$rows[] = "$row[id_poll], 0, '', 0";

---}
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 15, 2020, 09:15:31 AM

Converting members...
Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting polls... Successful.
Converting poll options...1, SUBSTRING('0', 1, 255), SUBSTRING('?????????? ?????', 1, 255), SUBSTRING('31', 1, 255)
1, SUBSTRING('1', 1, 255), SUBSTRING('?????????? ?????', 1, 255), SUBSTRING('54', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
3, SUBSTRING('0', 1, 255), SUBSTRING('??', 1, 255), SUBSTRING('22', 1, 255)
3, SUBSTRING('1', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('61', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
4, SUBSTRING('0', 1, 255), SUBSTRING('? ? ? ? ?', 1, 255), SUBSTRING('61', 1, 255)
4, SUBSTRING('1', 1, 255), SUBSTRING('???????? ?????? ', 1, 255), SUBSTRING('8', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
2380, SUBSTRING('0', 1, 255), SUBSTRING('???????????? ???????? ?????? 4 ?????/?????', 1, 255), SUBSTRING('12', 1, 255)
2380, SUBSTRING('1', 1, 255), SUBSTRING('???????????? ???????? ?????? 4 ?????/?????', 1, 255), SUBSTRING('3', 1, 255)
2380, SUBSTRING('2', 1, 255), SUBSTRING('??????? ???????? ?????? 4 ?????/????? ', 1, 255), SUBSTRING('9', 1, 255)
2380, SUBSTRING('3', 1, 255), SUBSTRING('??????? ???????? ?????? 4 ?????/????? ', 1, 255), SUBSTRING('8', 1, 255)
2380, SUBSTRING('4', 1, 255), SUBSTRING('??????????? ???????? ?????? 4 ?/?????', 1, 255), SUBSTRING('4', 1, 255)
2380, SUBSTRING('5', 1, 255), SUBSTRING('??????????? ???????? ?????? 4 ?/?????', 1, 255), SUBSTRING('1', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
9, SUBSTRING('0', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('1', 1, 255)
9, SUBSTRING('1', 1, 255), SUBSTRING('???-?????', 1, 255), SUBSTRING('5', 1, 255)
9, SUBSTRING('2', 1, 255), SUBSTRING('???', 1, 255), SUBSTRING('7', 1, 255)
9, SUBSTRING('3', 1, 255), SUBSTRING('?????', 1, 255), SUBSTRING('0', 1, 255)
9, SUBSTRING('4', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
10, SUBSTRING('0', 1, 255), SUBSTRING('http://www.playground.ru', 1, 255), SUBSTRING('3', 1, 255)
10, SUBSTRING('1', 1, 255), SUBSTRING('http://www.ag.ru', 1, 255), SUBSTRING('9', 1, 255)
10, SUBSTRING('2', 1, 255), SUBSTRING('http://www.dtf.ru', 1, 255), SUBSTRING('0', 1, 255)
10, SUBSTRING('3', 1, 255), SUBSTRING('http://www.3dgamer.ru', 1, 255), SUBSTRING('5', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
11, SUBSTRING('0', 1, 255), SUBSTRING('10-13', 1, 255), SUBSTRING('7', 1, 255)
11, SUBSTRING('1', 1, 255), SUBSTRING('14-16', 1, 255), SUBSTRING('68', 1, 255)
11, SUBSTRING('2', 1, 255), SUBSTRING('17-18', 1, 255), SUBSTRING('79', 1, 255)
11, SUBSTRING('3', 1, 255), SUBSTRING('19-21', 1, 255), SUBSTRING('92', 1, 255)
11, SUBSTRING('4', 1, 255), SUBSTRING('22-25', 1, 255), SUBSTRING('61', 1, 255)
11, SUBSTRING('5', 1, 255), SUBSTRING('25-30', 1, 255), SUBSTRING('34', 1, 255)
11, SUBSTRING('6', 1, 255), SUBSTRING('31-40', 1, 255), SUBSTRING('17', 1, 255)
11, SUBSTRING('7', 1, 255), SUBSTRING('???????.', 1, 255), SUBSTRING('3', 1, 255)
11, SUBSTRING('8', 1, 255), SUBSTRING('??? ?????? ??????? ??????? ?????.', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
12, SUBSTRING('0', 1, 255), SUBSTRING('WarCraft III: Reign of Chaos', 1, 255), SUBSTRING('18', 1, 255)
12, SUBSTRING('1', 1, 255), SUBSTRING('Mafia: The City Of Lost Heaven', 1, 255), SUBSTRING('30', 1, 255)
12, SUBSTRING('2', 1, 255), SUBSTRING('GTA-3', 1, 255), SUBSTRING('25', 1, 255)
12, SUBSTRING('3', 1, 255), SUBSTRING('FIFA 2003', 1, 255), SUBSTRING('1', 1, 255)
12, SUBSTRING('4', 1, 255), SUBSTRING('C&C: Generals', 1, 255), SUBSTRING('7', 1, 255)
12, SUBSTRING('5', 1, 255), SUBSTRING('Unreal Tournament 2003', 1, 255), SUBSTRING('6', 1, 255)
12, SUBSTRING('6', 1, 255), SUBSTRING('Unreal II: The Awekening', 1, 255), SUBSTRING('4', 1, 255)
12, SUBSTRING('7', 1, 255), SUBSTRING('Operation Flashpoint Resistance', 1, 255), SUBSTRING('4', 1, 255)
12, SUBSTRING('8', 1, 255), SUBSTRING('No One Lives Forever 2', 1, 255), SUBSTRING('3', 1, 255)
12, SUBSTRING('9', 1, 255), SUBSTRING('Hitman 2', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
13, SUBSTRING('0', 1, 255), SUBSTRING('Windows 3.11', 1, 255), SUBSTRING('0', 1, 255)
13, SUBSTRING('1', 1, 255), SUBSTRING('Windows 95', 1, 255), SUBSTRING('0', 1, 255)
13, SUBSTRING('2', 1, 255), SUBSTRING('Windows 98', 1, 255), SUBSTRING('10', 1, 255)
13, SUBSTRING('3', 1, 255), SUBSTRING('Windows Me', 1, 255), SUBSTRING('5', 1, 255)
13, SUBSTRING('4', 1, 255), SUBSTRING('Windows 2000', 1, 255), SUBSTRING('10', 1, 255)
13, SUBSTRING('5', 1, 255), SUBSTRING('Windows XP', 1, 255), SUBSTRING('40', 1, 255)
13, SUBSTRING('6', 1, 255), SUBSTRING('Linux (UNIX)', 1, 255), SUBSTRING('6', 1, 255)
13, SUBSTRING('7', 1, 255), SUBSTRING('????? ?? ???.', 1, 255), SUBSTRING('1', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
14, SUBSTRING('0', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('130', 1, 255)
14, SUBSTRING('1', 1, 255), SUBSTRING('? ??????', 1, 255), SUBSTRING('123', 1, 255)
14, SUBSTRING('2', 1, 255), SUBSTRING('? ??????', 1, 255), SUBSTRING('32', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
160, SUBSTRING('0', 1, 255), SUBSTRING('??', 1, 255), SUBSTRING('755', 1, 255)
160, SUBSTRING('1', 1, 255), SUBSTRING('???', 1, 255), SUBSTRING('72', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
16, SUBSTRING('0', 1, 255), SUBSTRING('?????', 1, 255), SUBSTRING('105', 1, 255)
16, SUBSTRING('1', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('60', 1, 255)
16, SUBSTRING('2', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('9', 1, 255)
16, SUBSTRING('3', 1, 255), SUBSTRING('?????', 1, 255), SUBSTRING('6', 1, 255)
16, SUBSTRING('4', 1, 255), SUBSTRING('??????? ??????', 1, 255), SUBSTRING('7', 1, 255)
16, SUBSTRING('5', 1, 255), SUBSTRING('???(?) ??????? (??????) >8-)', 1, 255), SUBSTRING('2', 1, 255)
16, SUBSTRING('6', 1, 255), SUBSTRING('???? (????) 8-)', 1, 255), SUBSTRING('2', 1, 255)
16, SUBSTRING('7', 1, 255), SUBSTRING('?????, ? ???? ???? ? ???? ????????????!', 1, 255), SUBSTRING('10', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
17, SUBSTRING('0', 1, 255), SUBSTRING('Quake 3', 1, 255), SUBSTRING('40', 1, 255)
17, SUBSTRING('1', 1, 255), SUBSTRING('Counter-Strike', 1, 255), SUBSTRING('60', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
18, SUBSTRING('0', 1, 255), SUBSTRING('? ???', 1, 255), SUBSTRING('6', 1, 255)
18, SUBSTRING('1', 1, 255), SUBSTRING('? ?????', 1, 255), SUBSTRING('4', 1, 255)
18, SUBSTRING('2', 1, 255), SUBSTRING('? ??', 1, 255), SUBSTRING('20', 1, 255)
18, SUBSTRING('3', 1, 255), SUBSTRING('???????????', 1, 255), SUBSTRING('61', 1, 255)
18, SUBSTRING('4', 1, 255), SUBSTRING('??? ?? ????', 1, 255), SUBSTRING('10', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
19, SUBSTRING('0', 1, 255), SUBSTRING('????????? ????? 1', 1, 255), SUBSTRING('16', 1, 255)
19, SUBSTRING('1', 1, 255), SUBSTRING('????????? ????? 2', 1, 255), SUBSTRING('1', 1, 255)
19, SUBSTRING('2', 1, 255), SUBSTRING('????????? ????? 3', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
20, SUBSTRING('0', 1, 255), SUBSTRING('?? ????', 1, 255), SUBSTRING('0', 1, 255)
20, SUBSTRING('1', 1, 255), SUBSTRING('1-2', 1, 255), SUBSTRING('0', 1, 255)
20, SUBSTRING('2', 1, 255), SUBSTRING('3-4', 1, 255), SUBSTRING('7', 1, 255)
20, SUBSTRING('3', 1, 255), SUBSTRING('5-6', 1, 255), SUBSTRING('12', 1, 255)
20, SUBSTRING('4', 1, 255), SUBSTRING('7-8', 1, 255), SUBSTRING('21', 1, 255)
20, SUBSTRING('5', 1, 255), SUBSTRING('9-10', 1, 255), SUBSTRING('6', 1, 255)
20, SUBSTRING('6', 1, 255), SUBSTRING('11-12', 1, 255), SUBSTRING('1', 1, 255)
20, SUBSTRING('7', 1, 255), SUBSTRING('13-14', 1, 255), SUBSTRING('2', 1, 255)
20, SUBSTRING('8', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
21, SUBSTRING('0', 1, 255), SUBSTRING('1 ???', 1, 255), SUBSTRING('10', 1, 255)
21, SUBSTRING('1', 1, 255), SUBSTRING('3 ????', 1, 255), SUBSTRING('26', 1, 255)
21, SUBSTRING('2', 1, 255), SUBSTRING('5 ?????', 1, 255), SUBSTRING('31', 1, 255)
21, SUBSTRING('3', 1, 255), SUBSTRING('10 ?????', 1, 255), SUBSTRING('10', 1, 255)
21, SUBSTRING('4', 1, 255), SUBSTRING('?????? ???????, ? ????? ????? ????', 1, 255), SUBSTRING('30', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
22, SUBSTRING('0', 1, 255), SUBSTRING('LimpBizkit', 1, 255), SUBSTRING('8', 1, 255)
22, SUBSTRING('1', 1, 255), SUBSTRING('Ko?n', 1, 255), SUBSTRING('17', 1, 255)
22, SUBSTRING('2', 1, 255), SUBSTRING('Sistem of a down', 1, 255), SUBSTRING('11', 1, 255)
22, SUBSTRING('3', 1, 255), SUBSTRING('Papa Roach', 1, 255), SUBSTRING('4', 1, 255)
22, SUBSTRING('4', 1, 255), SUBSTRING('LI?KI? PARK', 1, 255), SUBSTRING('22', 1, 255)
22, SUBSTRING('5', 1, 255), SUBSTRING('Nirvana', 1, 255), SUBSTRING('24', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
25, SUBSTRING('0', 1, 255), SUBSTRING('??', 1, 255), SUBSTRING('14', 1, 255)
25, SUBSTRING('1', 1, 255), SUBSTRING('???', 1, 255), SUBSTRING('37', 1, 255)
25, SUBSTRING('2', 1, 255), SUBSTRING('??????????? ????????', 1, 255), SUBSTRING('15', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
26, SUBSTRING('0', 1, 255), SUBSTRING('Yandex', 1, 255), SUBSTRING('48', 1, 255)
26, SUBSTRING('1', 1, 255), SUBSTRING('Rambler', 1, 255), SUBSTRING('18', 1, 255)
26, SUBSTRING('2', 1, 255), SUBSTRING('Google', 1, 255), SUBSTRING('30', 1, 255)
26, SUBSTRING('3', 1, 255), SUBSTRING('Alta-vista', 1, 255), SUBSTRING('0', 1, 255)
26, SUBSTRING('4', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('7', 1, 255)
26, SUBSTRING('5', 1, 255), SUBSTRING('?? ????', 1, 255), SUBSTRING('3', 1, 255)
26, SUBSTRING('6', 1, 255), SUBSTRING('?? ?????????', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
27, SUBSTRING('0', 1, 255), SUBSTRING('?????', 1, 255), SUBSTRING('0', 1, 255)
27, SUBSTRING('1', 1, 255), SUBSTRING('?????????', 1, 255), SUBSTRING('2', 1, 255)
27, SUBSTRING('2', 1, 255), SUBSTRING('??? ??? ?? ???? ?', 1, 255), SUBSTRING('0', 1, 255)
27, SUBSTRING('3', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
28, SUBSTRING('0', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('13', 1, 255)
28, SUBSTRING('1', 1, 255), SUBSTRING('????? ?? ????? ???????? ??????????', 1, 255), SUBSTRING('18', 1, 255)
28, SUBSTRING('2', 1, 255), SUBSTRING('??????? ?? ????????????', 1, 255), SUBSTRING('1', 1, 255)
28, SUBSTRING('3', 1, 255), SUBSTRING('????? ?? ?????', 1, 255), SUBSTRING('0', 1, 255)
28, SUBSTRING('4', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('0', 1, 255)
28, SUBSTRING('5', 1, 255), SUBSTRING('???? ????? ????????', 1, 255), SUBSTRING('5', 1, 255)
28, SUBSTRING('6', 1, 255), SUBSTRING('????????????', 1, 255), SUBSTRING('3', 1, 255)
28, SUBSTRING('7', 1, 255), SUBSTRING('????? ?? ????????', 1, 255), SUBSTRING('0', 1, 255)
28, SUBSTRING('8', 1, 255), SUBSTRING('??? ???????', 1, 255), SUBSTRING('0', 1, 255)
28, SUBSTRING('9', 1, 255), SUBSTRING('??????(????? ?????)', 1, 255), SUBSTRING('2', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
30, SUBSTRING('0', 1, 255), SUBSTRING('Samsung', 1, 255), SUBSTRING('24', 1, 255)
30, SUBSTRING('1', 1, 255), SUBSTRING('Lg', 1, 255), SUBSTRING('13', 1, 255)
30, SUBSTRING('2', 1, 255), SUBSTRING('CTX', 1, 255), SUBSTRING('1', 1, 255)
30, SUBSTRING('3', 1, 255), SUBSTRING('ViewSonic', 1, 255), SUBSTRING('3', 1, 255)
30, SUBSTRING('4', 1, 255), SUBSTRING('Mitsubishi', 1, 255), SUBSTRING('6', 1, 255)
30, SUBSTRING('5', 1, 255), SUBSTRING('??????....', 1, 255), SUBSTRING('12', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
32, SUBSTRING('0', 1, 255), SUBSTRING('?????', 1, 255), SUBSTRING('3', 1, 255)
32, SUBSTRING('1', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('13', 1, 255)
32, SUBSTRING('2', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('4', 1, 255)
32, SUBSTRING('3', 1, 255), SUBSTRING('?????', 1, 255), SUBSTRING('3', 1, 255)
32, SUBSTRING('4', 1, 255), SUBSTRING('?????????', 1, 255), SUBSTRING('2', 1, 255)
32, SUBSTRING('5', 1, 255), SUBSTRING('??????? ', 1, 255), SUBSTRING('24', 1, 255)
32, SUBSTRING('6', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('8', 1, 255)
32, SUBSTRING('7', 1, 255), SUBSTRING('??????????', 1, 255), SUBSTRING('14', 1, 255)
32, SUBSTRING('8', 1, 255), SUBSTRING('???????????', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
88, SUBSTRING('0', 1, 255), SUBSTRING('????????', 1, 255), SUBSTRING('21', 1, 255)
88, SUBSTRING('1', 1, 255), SUBSTRING('??????????', 1, 255), SUBSTRING('23', 1, 255)
88, SUBSTRING('2', 1, 255), SUBSTRING('??????? ??????????', 1, 255), SUBSTRING('15', 1, 255)
88, SUBSTRING('3', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('44', 1, 255)
88, SUBSTRING('4', 1, 255), SUBSTRING('??????? ', 1, 255), SUBSTRING('5', 1, 255)
88, SUBSTRING('5', 1, 255), SUBSTRING('????????', 1, 255), SUBSTRING('6', 1, 255)
88, SUBSTRING('6', 1, 255), SUBSTRING('????? ??????? ??????, ??????)))))', 1, 255), SUBSTRING('6', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
34, SUBSTRING('0', 1, 255), SUBSTRING('?????!!!', 1, 255), SUBSTRING('36', 1, 255)
34, SUBSTRING('1', 1, 255), SUBSTRING('??????? ??????', 1, 255), SUBSTRING('25', 1, 255)
34, SUBSTRING('2', 1, 255), SUBSTRING('??? ????', 1, 255), SUBSTRING('6', 1, 255)
34, SUBSTRING('3', 1, 255), SUBSTRING('??????? ?????, ?? ?? ?????', 1, 255), SUBSTRING('10', 1, 255)
34, SUBSTRING('4', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('18', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
40, SUBSTRING('0', 1, 255), SUBSTRING('?????????', 1, 255), SUBSTRING('4', 1, 255)
40, SUBSTRING('1', 1, 255), SUBSTRING('????????????', 1, 255), SUBSTRING('6', 1, 255)
40, SUBSTRING('2', 1, 255), SUBSTRING('?????????', 1, 255), SUBSTRING('13', 1, 255)
40, SUBSTRING('3', 1, 255), SUBSTRING('???????????', 1, 255), SUBSTRING('2', 1, 255)
40, SUBSTRING('4', 1, 255), SUBSTRING('??????????????????', 1, 255), SUBSTRING('1', 1, 255)
40, SUBSTRING('5', 1, 255), SUBSTRING('????? ??????', 1, 255), SUBSTRING('5', 1, 255)
40, SUBSTRING('6', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('3', 1, 255)
40, SUBSTRING('7', 1, 255), SUBSTRING('??????????', 1, 255), SUBSTRING('0', 1, 255)
40, SUBSTRING('8', 1, 255), SUBSTRING('????????', 1, 255), SUBSTRING('1', 1, 255)
40, SUBSTRING('9', 1, 255), SUBSTRING('???????? Members', 1, 255), SUBSTRING('5', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
42, SUBSTRING('0', 1, 255), SUBSTRING('1.???????? ?? ?? ?????? ??????????? ????????', 1, 255), SUBSTRING('3', 1, 255)
42, SUBSTRING('1', 1, 255), SUBSTRING('2.???? ?? ? ??? ??????????? ???????? ????????? ? ????????????? ??????????????? ????? ? ?????? ? ?????????? ? ???? ??,?? ???? ?? ????????? ?????? ???? ???????? ?? ????.', 1, 255), SUBSTRING('2', 1, 255)
42, SUBSTRING('2', 1, 255), SUBSTRING('3.???????? ?? ?? ?????????????? ?????????? ??????????????? ?????????? ???? ? ???????????? ????? ??? ??? ?', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
43, SUBSTRING('0', 1, 255), SUBSTRING('????!', 1, 255), SUBSTRING('15', 1, 255)
43, SUBSTRING('1', 1, 255), SUBSTRING('?? ????!', 1, 255), SUBSTRING('8', 1, 255)
43, SUBSTRING('2', 1, 255), SUBSTRING('????? ?? ?? ???? ?????!', 1, 255), SUBSTRING('13', 1, 255)
43, SUBSTRING('3', 1, 255), SUBSTRING('???????????...', 1, 255), SUBSTRING('14', 1, 255)
43, SUBSTRING('4', 1, 255), SUBSTRING('?? ??? ? ??? ??????? ;)', 1, 255), SUBSTRING('24', 1, 255)
43, SUBSTRING('5', 1, 255), SUBSTRING('?????? ?????.', 1, 255), SUBSTRING('6', 1, 255)
43, SUBSTRING('6', 1, 255), SUBSTRING('?????? ??????? ??? ????????.', 1, 255), SUBSTRING('7', 1, 255)
43, SUBSTRING('7', 1, 255), SUBSTRING('? ??? ????', 1, 255), SUBSTRING('8', 1, 255)
43, SUBSTRING('8', 1, 255), SUBSTRING('? ???(?) ???? ????...', 1, 255), SUBSTRING('10', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
44, SUBSTRING('0', 1, 255), SUBSTRING('?????????(? ????????)', 1, 255), SUBSTRING('31', 1, 255)
44, SUBSTRING('1', 1, 255), SUBSTRING('?????????,?? ? ???????? ????????', 1, 255), SUBSTRING('87', 1, 255)
44, SUBSTRING('2', 1, 255), SUBSTRING('?????????, ?? ?? ??????', 1, 255), SUBSTRING('24', 1, 255)
44, SUBSTRING('3', 1, 255), SUBSTRING('????, ?? ?????', 1, 255), SUBSTRING('16', 1, 255)
44, SUBSTRING('4', 1, 255), SUBSTRING('????? ? ?????????? :)', 1, 255), SUBSTRING('34', 1, 255)
44, SUBSTRING('5', 1, 255), SUBSTRING('??????????? ??????', 1, 255), SUBSTRING('16', 1, 255)
44, SUBSTRING('6', 1, 255), SUBSTRING('??????? ?????....', 1, 255), SUBSTRING('14', 1, 255)
44, SUBSTRING('7', 1, 255), SUBSTRING('??? ????? ????? ??????? ;)', 1, 255), SUBSTRING('11', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
47, SUBSTRING('0', 1, 255), SUBSTRING('1. ???????????? ???????', 1, 255), SUBSTRING('4', 1, 255)
47, SUBSTRING('1', 1, 255), SUBSTRING('2. ?????? ??? ????????', 1, 255), SUBSTRING('0', 1, 255)
47, SUBSTRING('2', 1, 255), SUBSTRING('3. ??????', 1, 255), SUBSTRING('1', 1, 255)
47, SUBSTRING('3', 1, 255), SUBSTRING('4. ????????? ??? ??????', 1, 255), SUBSTRING('4', 1, 255)
47, SUBSTRING('4', 1, 255), SUBSTRING('5. 20 ??? ???????', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
48, SUBSTRING('0', 1, 255), SUBSTRING('?????? ??????', 1, 255), SUBSTRING('5', 1, 255)
48, SUBSTRING('1', 1, 255), SUBSTRING('??????', 1, 255), SUBSTRING('2', 1, 255)
48, SUBSTRING('2', 1, 255), SUBSTRING('???????', 1, 255), SUBSTRING('5', 1, 255)
48, SUBSTRING('3', 1, 255), SUBSTRING('?????? ???????', 1, 255), SUBSTRING('0', 1, 255)
48, SUBSTRING('4', 1, 255), SUBSTRING('???????????? ???????', 1, 255), SUBSTRING('0', 1, 255)
48, SUBSTRING('5', 1, 255), SUBSTRING('??????, ??? ??? ????? ', 1, 255), SUBSTRING('2', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
49, SUBSTRING('0', 1, 255), SUBSTRING('????? ? ???? ?????? ?????????', 1, 255), SUBSTRING('8', 1, 255)
49, SUBSTRING('1', 1, 255), SUBSTRING('????? ? ??????????', 1, 255), SUBSTRING('3', 1, 255)
49, SUBSTRING('2', 1, 255), SUBSTRING('?? ?????', 1, 255), SUBSTRING('6', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
51, SUBSTRING('0', 1, 255), SUBSTRING('1. ??, ? ??? ???????.', 1, 255), SUBSTRING('1', 1, 255)
51, SUBSTRING('1', 1, 255), SUBSTRING('2. ????, ? ?? ??????? ???? ?????.', 1, 255), SUBSTRING('5', 1, 255)
51, SUBSTRING('2', 1, 255), SUBSTRING('3. ? ??? ???????', 1, 255), SUBSTRING('3', 1, 255)
51, SUBSTRING('3', 1, 255), SUBSTRING('4. ???, ? ??????? ?? ??? ?? ?????, ?????? ??? ?????.', 1, 255), SUBSTRING('1', 1, 255)
51, SUBSTRING('4', 1, 255), SUBSTRING('5. ??? ?? ???????.', 1, 255), SUBSTRING('7', 1, 255)
51, SUBSTRING('5', 1, 255), SUBSTRING('6. ?? ??, ? ??????????!!!!', 1, 255), SUBSTRING('1', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
53, SUBSTRING('0', 1, 255), SUBSTRING('??', 1, 255), SUBSTRING('47', 1, 255)
53, SUBSTRING('1', 1, 255), SUBSTRING('???', 1, 255), SUBSTRING('27', 1, 255)
53, SUBSTRING('2', 1, 255), SUBSTRING('?? ?????', 1, 255), SUBSTRING('7', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
54, SUBSTRING('0', 1, 255), SUBSTRING('??', 1, 255), SUBSTRING('54', 1, 255)
54, SUBSTRING('1', 1, 255), SUBSTRING('???', 1, 255), SUBSTRING('39', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
55, SUBSTRING('0', 1, 255), SUBSTRING('???? ? ??????????? (?)', 1, 255), SUBSTRING('79', 1, 255)
55, SUBSTRING('1', 1, 255), SUBSTRING('???? ? ?? ??????????? (?)', 1, 255), SUBSTRING('22', 1, 255)
55, SUBSTRING('2', 1, 255), SUBSTRING('?????? ? ?? ????? (?)', 1, 255), SUBSTRING('31', 1, 255)
55, SUBSTRING('3', 1, 255), SUBSTRING('?????? ?? ??????? (?)', 1, 255), SUBSTRING('34', 1, 255)
55, SUBSTRING('4', 1, 255), SUBSTRING('???? ? ??????????? (?)', 1, 255), SUBSTRING('187', 1, 255)
55, SUBSTRING('5', 1, 255), SUBSTRING('???? ? ?? ??????????? (?)', 1, 255), SUBSTRING('4', 1, 255)
55, SUBSTRING('6', 1, 255), SUBSTRING('?????? ? ?? ????? (?)', 1, 255), SUBSTRING('17', 1, 255)
55, SUBSTRING('7', 1, 255), SUBSTRING('?????? ?? ??????? (?)', 1, 255), SUBSTRING('144', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
57, SUBSTRING('0', 1, 255), SUBSTRING('1. ?????? - ????? ??????, ????????????? ???????-???????', 1, 255), SUBSTRING('1', 1, 255)
57, SUBSTRING('1', 1, 255), SUBSTRING('2. ?????? - ????? ??????, ?????, ??????? ???? ?????????', 1, 255), SUBSTRING('1', 1, 255)
57, SUBSTRING('2', 1, 255), SUBSTRING('3. ?????? - ????? ?????? ? ??????? ????', 1, 255), SUBSTRING('4', 1, 255)
57, SUBSTRING('3', 1, 255), SUBSTRING('4. ?? ??????? (?)', 1, 255), SUBSTRING('0', 1, 255)
57, SUBSTRING('4', 1, 255), SUBSTRING('5. ?? ???????? ??????', 1, 255), SUBSTRING('6', 1, 255)
57, SUBSTRING('5', 1, 255), SUBSTRING('6. ???', 1, 255), SUBSTRING('3', 1, 255)
57, SUBSTRING('6', 1, 255), SUBSTRING('7. ??? ??????', 1, 255), SUBSTRING('0', 1, 255)
57, SUBSTRING('7', 1, 255), SUBSTRING('8. ??? ?????????', 1, 255), SUBSTRING('0', 1, 255)
57, SUBSTRING('8', 1, 255), SUBSTRING('9. ?????? ? ?????????', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
86, SUBSTRING('0', 1, 255), SUBSTRING('??!', 1, 255), SUBSTRING('24', 1, 255)
86, SUBSTRING('1', 1, 255), SUBSTRING('??????!', 1, 255), SUBSTRING('2', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
62, SUBSTRING('0', 1, 255), SUBSTRING('?????(? - ??????)', 1, 255), SUBSTRING('2', 1, 255)
62, SUBSTRING('1', 1, 255), SUBSTRING('???,???-??? ???(? ????)', 1, 255), SUBSTRING('0', 1, 255)
62, SUBSTRING('2', 1, 255), SUBSTRING('???????????? ???????(????-????)', 1, 255), SUBSTRING('0', 1, 255)
62, SUBSTRING('3', 1, 255), SUBSTRING('???(??????)', 1, 255), SUBSTRING('4', 1, 255)
62, SUBSTRING('4', 1, 255), SUBSTRING('???(????? ? ?????)', 1, 255), SUBSTRING('5', 1, 255)
62, SUBSTRING('5', 1, 255), SUBSTRING('??????? ?? ?????????!', 1, 255), SUBSTRING('0', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
2151, SUBSTRING('0', 1, 255), SUBSTRING('??????? ???', 1, 255), SUBSTRING('6', 1, 255)
2151, SUBSTRING('1', 1, 255), SUBSTRING('?????????? ? ?????????? ???????????', 1, 255), SUBSTRING('10', 1, 255)
2151, SUBSTRING('2', 1, 255), SUBSTRING('???????? ????????', 1, 255), SUBSTRING('5', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
66, SUBSTRING('0', 1, 255), SUBSTRING('1)spiNNen (? ????????? ????)', 1, 255), SUBSTRING('4', 1, 255)
66, SUBSTRING('1', 1, 255), SUBSTRING('2)DIO (? ????)', 1, 255), SUBSTRING('0', 1, 255)
66, SUBSTRING('2', 1, 255), SUBSTRING('3)Lilit (??? ?????? ???????????)', 1, 255), SUBSTRING('2', 1, 255)
66, SUBSTRING('3', 1, 255), SUBSTRING('4)rj_?????? (????? ?????, ????? ?????? ??????? :lol:)', 1, 255), SUBSTRING('1', 1, 255)
66, SUBSTRING('4', 1, 255), SUBSTRING('5)????? (? ????????)', 1, 255), SUBSTRING('1', 1, 255)
66, SUBSTRING('5', 1, 255), SUBSTRING('6)????? (????? ??? ?????!)', 1, 255), SUBSTRING('1', 1, 255)
66, SUBSTRING('6', 1, 255), SUBSTRING('7)??? ?? ???? (???? ????, ??? ????)', 1, 255), SUBSTRING('0', 1, 255)
66, SUBSTRING('7', 1, 255), SUBSTRING('8)???????? ( no comments )', 1, 255), SUBSTRING('0', 1, 255)
66, SUBSTRING('8', 1, 255), SUBSTRING('9)???? ???', 1, 255), SUBSTRING('2', 1, 255)
66, SUBSTRING('9', 1, 255), SUBSTRING('10)???? ?????? ??????', 1, 255), SUBSTRING('2', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
67, SUBSTRING('0', 1, 255), SUBSTRING('1.???????', 1, 255), SUBSTRING('112', 1, 255)
67, SUBSTRING('1', 1, 255), SUBSTRING('2.???????????', 1, 255), SUBSTRING('114', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
68, SUBSTRING('0', 1, 255), SUBSTRING('??', 1, 255), SUBSTRING('16', 1, 255)
68, SUBSTRING('1', 1, 255), SUBSTRING('???', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
143, SUBSTRING('0', 1, 255), SUBSTRING('14-?? ????????', 1, 255), SUBSTRING('5', 1, 255)
143, SUBSTRING('1', 1, 255), SUBSTRING('15-?? ????????', 1, 255), SUBSTRING('15', 1, 255)
143, SUBSTRING('2', 1, 255), SUBSTRING('17-?? ????????', 1, 255), SUBSTRING('62', 1, 255)
143, SUBSTRING('3', 1, 255), SUBSTRING('19-?? ????????', 1, 255), SUBSTRING('14', 1, 255)
143, SUBSTRING('4', 1, 255), SUBSTRING('21-?? ????????', 1, 255), SUBSTRING('4', 1, 255)
143, SUBSTRING('5', 1, 255), SUBSTRING('?????? ???????', 1, 255), SUBSTRING('1', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
142, SUBSTRING('0', 1, 255), SUBSTRING('1. ??? ? ???? (?)', 1, 255), SUBSTRING('51', 1, 255)
142, SUBSTRING('1', 1, 255), SUBSTRING('2. 2-3 ???? ? ???? (?)', 1, 255), SUBSTRING('43', 1, 255)
142, SUBSTRING('2', 1, 255), SUBSTRING('3. ?????? 5 ??? ? ???? (?)', 1, 255), SUBSTRING('5', 1, 255)
142, SUBSTRING('3', 1, 255), SUBSTRING('4. ???? ??? ? ?????? (?)', 1, 255), SUBSTRING('8', 1, 255)
142, SUBSTRING('4', 1, 255), SUBSTRING('5. ??? ? ?????? (?)', 1, 255), SUBSTRING('3', 1, 255)
142, SUBSTRING('5', 1, 255), SUBSTRING('6. 1-2 ???? ? ???? (?)', 1, 255), SUBSTRING('51', 1, 255)
142, SUBSTRING('6', 1, 255), SUBSTRING('7. ?????? 3 ??? ? ???? (?)', 1, 255), SUBSTRING('2', 1, 255)
142, SUBSTRING('7', 1, 255), SUBSTRING('8. ???? ??? ? ?????? (?)', 1, 255), SUBSTRING('18', 1, 255)
142, SUBSTRING('8', 1, 255), SUBSTRING('9. ??? ? ?????? (?)', 1, 255), SUBSTRING('5', 1, 255)
142, SUBSTRING('9', 1, 255), SUBSTRING('10. ?????? ??????? ??????', 1, 255), SUBSTRING('21', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
74, SUBSTRING('0', 1, 255), SUBSTRING('???????? ', 1, 255), SUBSTRING('3', 1, 255)
74, SUBSTRING('1', 1, 255), SUBSTRING('??????????', 1, 255), SUBSTRING('7', 1, 255)
74, SUBSTRING('2', 1, 255), SUBSTRING('???????? ?????', 1, 255), SUBSTRING('2', 1, 255)
74, SUBSTRING('3', 1, 255), SUBSTRING('??????? ???????????? ???????', 1, 255), SUBSTRING('2', 1, 255)
74, SUBSTRING('4', 1, 255), SUBSTRING('??????? ????????????????????', 1, 255), SUBSTRING('4', 1, 255)

Warning: array_keys() expects parameter 1 to be array, string given in /var/convert.php on line 1303
76, SUBSTRING('0', 1, 255), SUBSTRING('??, ?????? ?????', 1, 255), SUBSTRING('16', 1, 255)
76, SUBSTRING('1', 1, 255), SUBSTRING('??? - ??????? ??????? ??? ??????', 1, 255), SUBSTRING('2', 1, 255)
76, SUBSTRING('2', 1, 255), SUBSTRING('?? ?? ???!!!- ????? ???????', 1, 255), SUBSTRING('4', 1, 255)
76, SUBSTRING('3', 1, 255), SUBSTRING('?? ????? ?? ????', 1, 255), SUBSTRING('10', 1, 255)

Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 17, 2020, 03:46:19 PM
Edited the fields in the database manually and converted the polls.
But now a new problem.
Title: Re: Error converting IPB 1.1 to SMF
Post by: Doug Heffernan on April 17, 2020, 04:37:52 PM
Quote from: kpm21 on April 17, 2020, 03:46:19 PM
Edited the fields in the database manually and converted the polls.
But now a new problem.

What is the new problem?
Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 17, 2020, 07:00:58 PM
The poster had attachments before listed but looks removed now? Still that issue?
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 20, 2020, 06:16:38 AM
Polls is not visible after conversion.
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 23, 2020, 04:47:08 PM

Help me please  :(

Converting attachments...
Parse error: syntax error, unexpected 'if' (T_IF), expecting ';' in /var/www/convert.php(1269) : eval()'d code on line 8
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 24, 2020, 05:27:25 AM
Error in this line
'size' => $filesize,

Undefined variable: filesize in /convert.php(1269) : eval()'d code


/******************************************************************************/
--- Converting avatars...
/******************************************************************************/

---* {$to_prefix}attachments
---{
$no_add = true;

if (empty($INFO['upload_dir']) || !file_exists($INFO['upload_dir']))
$INFO['upload_dir'] = $_POST['path_from'] . '/uploads';

$oldFileName = substr($row['avatar'], 7);
$file_hash = getAttachmentFilename($oldFileName, $id_attach, null, true);
$physical_filename = $id_attach . '_' . $file_hash;

if (strlen($physical_filename) > 255)
return;

if (copy($INFO['upload_dir'] . '/' . $oldFileName, $attachmentUploadDir . '/' . $physical_filename))
{
$rows[] = array(
'id_attach' => $id_attach,
'size' => $filesize,
'filename' => $oldFileName,
'file_hash' => $file_hash,
'id_member' => $row['id_member'],
);

$id_attach++;
}
---}
SELECT avatar, id AS id_member
FROM {$from_prefix}members
WHERE INSTR(avatar, 'upload') != 0;
---*
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 24, 2020, 07:54:45 AM
Converting attachments...
Parse error: syntax error, unexpected 'if' (T_IF) in /var/www/convert.php(1269) : eval()'d code on line 8
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 24, 2020, 09:37:04 AM
I converted the avatar and attachment.
But, pictures look without previews. How to fix it?
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 24, 2020, 01:00:53 PM
The function unserialize() does not work correctly.
How to fix it?

Converting poll options...
Notice: unserialize(): Error at offset 48 of 146 bytes in convert.php(1269) : eval()'d code on line 3

Notice: unserialize(): Error at offset 33 of 98 bytes in convert.php(1269) : eval()'d code on line 3

Notice: unserialize(): Error at offset 40 of 126 bytes in convert.php(1269) : eval()'d code on line 3

Notice: unserialize(): Error at offset 75 of 675 bytes in convert.php(1269) : eval()'d code on line 3

Notice: unserialize(): Error at offset 37 of 248 bytes in convert.php(1269) : eval()'d code on line 3

Notice: unserialize(): Error at offset 56 of 237 bytes in convert.php(1269) : eval()'d code on line 3

Notice: unserialize(): Error at offset 339 of 457 bytes in convert.php(1269) : eval()'d code on line 3
Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 24, 2020, 02:11:39 PM
Try to replace with this function add to enter of convert.php

// https://stackoverflow.com/questions/2853454/php-unserialize-fails-with-non-encoded-characters/5813058#5813058
function mb_unserialize($string)
{
    $string2 = preg_replace_callback(
        '!s:(\d+):"(.*?)";!s',
        function($m){
            $len = strlen($m[2]);
            $result = "s:$len:\"{$m[2]}\";";
            return $result;

        },
        $string);
    return unserialize($string2);
}
Title: Re: Error converting IPB 1.1 to SMF
Post by: kpm21 on April 24, 2020, 04:57:53 PM
Thank! It works.

But...


Converting polls... Successful.
Converting poll options...
Warning: array_keys() expects parameter 1 to be array, string given in convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in convert.php on line 1303

Warning: array_keys() expects parameter 1 to be array, string given in convert.php on line 1303




Warning: in_array() expects parameter 2 to be array, null given in convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in convert.php on line 2639

Warning: in_array() expects parameter 2 to be array, null given in convert.php on line 2639

Warning: Invalid argument supplied for foreach() in convert.php on line 2651

Warning: array_combine(): Both parameters should have an equal number of elements in /Sources/Subs-Db-mysql.php on line 1491

Notice: Trying to access array offset on value of type null in /Sources/Subs-Db-mysql.php on line 1286
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Title: Re: Error converting IPB 1.1 to SMF
Post by: vbgamer45 on April 24, 2020, 05:15:06 PM
I ran into that same issue in some cases.