Import Products Issue

Hi,



When i try to import 100 products everything works fine. But when im trying to import all products (about 1200) its not working, and i don`t have any error.



Any ideea why ?

[quote name='jalnicu' timestamp='1413773326' post='194581']

Hi,



When i try to import 100 products everything works fine. But when im trying to import all products (about 1200) its not working, and i don`t have any error.



Any ideea why ?

[/quote]



Try to increase the value of the memory_limit setting in the config.local.php file

I did and it's the same…


// Set maximum memory limit
if (PHP_INT_SIZE == 4 && (substr(ini_get('memory_limit'), 0, -1) < "256")) {
// 32bit PHP
@ini_set('memory_limit', '256M');
} elseif (PHP_INT_SIZE == 8 && (substr(ini_get('memory_limit'), 0, -1) < "1024")) {
// 64bit PHP
@ini_set('memory_limit', '1024M');
}

Hi jalnicu, you might not get an error back in the notification pop up, but you might get an error in your logs. Can you check your logs after running the import and then post the contents here?

Hi DRodrigues,



My error log look like this
2014/10/22 01:45:05 [error] 31084#0: *4 client intended to send too large body: 1664924 bytes, client: 100.100.100.100, server: dxample.com, request: "POST /admin.php HTTP/1.1", host: "www.example;com", referrer: "http://www.example.com/admin.php?dispatch=exim.import§ion=products"




i set in php.ini



upload_max_filesize = 200M

post_max_size = 200M



also in nginx.conf

client_max_body_size 200M;



but i still recceive same error…

[quote name='jalnicu' timestamp='1413942665' post='194782']

My error log look like this

[/quote]



Please contact your server administrator and ask him to fix the issue