I did that, here's the errors I get
I went ahead and setup a custom php.ini for my account and increased the max_execution to 30 minutes and memory to 256M and the problem is still occurring:
satanici@satanicinternationalts.com [~]# grep max_exec|grep memory php.ini
memory_limit = 256M ; Maximum amount of memory a script may consume (32MB)
satanici@satanicinternationalts.com [~]# grep max_exec php.ini
max_execution_time = 1800 ; Maximum execution time of each script, in seconds
I have checked the table ow_dataimporter_import and on the Error column I was able to find this:
0 /home/satanici/public_html/ow_plugins/data_importer/bol/import_service.php 269
SQL import failed! SQL: INSERT INTO ow_blogs_post(`id`,`authorId`,`title`,`post`,`timestamp`,`isDraft`,`privacy`) VALUES( '1194','829','
The line 269 of /home/satanici/public_html/ow_plugins/data_importer/bol/import_service.php contains this information:
throw new LogicException('SQL import failed! SQL: ' . $query);