Error at step 4

Hi
 
While i was configuring the steps when i went to step 4 -- categories I got this error
 
Error 500
unserialize(): Error at offset 49148 of 49151 bytes
 
 
Any tip on that?

3 answers

Profile photo of Mall Staff 184060.00 $tone June 4, 2019
Public

Hi there, 
It seems you have a large number of categories, please check and increase the PHP ‘max_input_vars’ value.
Then, you run the following command in your M2 database: 

ALTER TABLE `ub_migrate_step` CHANGE `setting_data` `setting_data` BLOB NULL DEFAULT NULL COMMENT 'Settings Data';

Once done, you need to reset Step 4 using the command: php -f bin/ubdatamigration reset --step=4. 
Then, you continue following the workflow in our UI dashboard. 
Hope that helps. 
Regards,
Mall
 

#
Profile photo of ubdev Staff 98130.00 $tone June 5, 2019
Public

Hi there, 
Glad that you figured it out at your end. 
In case you have any additional question, feel free to get back to us here.
Regards,
Ubertheme team

#2

Please login or Register to Submit Answer

Written By

Comments