Import errors

I am importing some data through import functionality in suitecrm but after step 4 ,I am getting below errors.

WARNING: [2] Illegal offset type in isset or empty on line 108 in file /var/www/html/SuiteCRM-7.10.9/include/SugarFields/Fields/Enum/SugarFieldEnum.php
WARNING: [2] Illegal offset type in isset or empty on line 108 in file /var/www/html/SuiteCRM-7.10.9/include/SugarFields/Fields/Enum/SugarFieldEnum.php
WARNING: [2] Illegal offset type in isset or empty on line 108 in file /var/www/html/SuiteCRM-7.10.9/include/SugarFields/Fields/Enum/SugarFieldEnum.php
WARNING: [2] Illegal offset type in isset or empty on line 108 in file /var/www/html/SuiteCRM-7.10.9/include/SugarFields/Fields/Enum/SugarFieldEnum.php

Can anyone help me to solve this.Thanks in advance.

Are you getting these errors on screen, or in the logs?

If it is on screen, you need to turn off display_errors in php.ini and restart web server.

If it is just in the logs, ignore them if your Import works successfully. If it doesn’t, please provide more info about the data and what happens when you try to import.