Store Import Stops At: Updating Languages

Hi again,

OK, after the initial problems the store import continued on nicely but then stops at:

Updating languages

No logs after that statement
I changed config.local.php to
ini_set('display_errors', 'on');
ini_set('display_startup_errors', true);

So I can see a lot of failed to flush buffer, but that doesn't seem to make any difference as all the previous instances of the import keeps moving on.

I have only English installed in my shop, so what can cause this sudden pause.

execution time is set to 3600

Any ideas ?

Hi again,

OK, after the initial problems the store import continued on nicely but then stops at:

Updating languages

No logs after that statement
I changed config.local.php to
ini_set('display_errors', 'on');
ini_set('display_startup_errors', true);

So I can see a lot of failed to flush buffer, but that doesn't seem to make any difference as all the previous instances of the import keeps moving on.

I have only English installed in my shop, so what can cause this sudden pause.

execution time is set to 3600

Any ideas ?

Check the logs located in the var/store_import directory. If there are no errors most probably the import process died due to timeout.

Ah, ok.... Will try to increase that one.

Logs say:

2016-06-22 12:48:59: Importing from /storage/content/56/157256/thisismyexampledomain.com/public_html/app/addons/store_import/database/addons/discussion_ult_F423T424.sql
2016-06-22 12:48:59: Importing from /storage/content/56/157256/thisismyexampledomain.com/public_html/app/addons/store_import/database/addons/polls_ult_F423T424.sql

So then it's most likely a timout situation.

Thanks for the hint. Will work on that.

Oh yeah!

Finally got it all the way through!

I increased the max_execution_time to 5000 and added this code to htaccess:

RewriteRule .* - [E=noabort:1]
RewriteRule .* - [E=noconntimeout:1]

And things moved a little further.

So I optimized my old database, removed all logs and stats.

Deleted all languages I wasn't using anymore and that finally made it for me!

Now I will continue to configure my store and get a nice theme for it.

Thank you all for your help and input so far!