Unable To Export Products

Trying to export products and system gets to about 7500 products and just stops… Keeps spinning…

File size stops just under 2.5mb



cs Ver.4.2.3



Any Ideas





memory_limit 4096M

max_execution_time 7200

Those are insanely high. What is your post_max_size?

[quote name='The Tool' timestamp='1426630459' post='208210']

Those are insanely high. What is your post_max_size?

[/quote]



max_post_size is default 8mb…

file is not even getting close…



Was just trying to raise the limits to trouble shoot the issue…

Raise post_max_size to 32 or 64.



Edit: You may also want to raise the upload_max_filesize if it is low as well. Don't make it larger than post_max_size.

May be server timeout?

Raised other limits yet no change…



eComLabs: What server timeout setting am I looking for.???

[quote name='CarStickersDecals' timestamp='1426689595' post='208272']

Raised other limits yet no change…



eComLabs: What server timeout setting am I looking for.???

[/quote]



Please check value of the max_execution_time setting

[quote name='eComLabs' timestamp='1426692684' post='208282']

Please check value of the max_execution_time setting

[/quote]



Posted in the opening comment…

max_execution_time 7200

If anyone ever experiences anything like this… Here is what our problem was…



FcgidIOTimeout value on the server

[quote name='CarStickersDecals' timestamp='1426722956' post='208313']

If anyone ever experiences anything like this… Here is what our problem was…



FcgidIOTimeout value on the server

[/quote]



Yes, I forgot about it. Thank you for sharing this information