Page 1 of 1

import/export error for opencart-1-5-6-x-export-import-17

Posted: Tue Apr 01, 2014 7:03 am
by boldidear
hello everybody,

i am having some trouble exporting my product.
i am using this wonderful extension. (http://www.opencart.com/index.php?route ... sion_id=17)
it works fine when i had about 3,000 product. i had to increase the memory_limit to do it (php.ini file).
now i have about 30,000 product and i made it with excel file and import it. it works fine.
later i found some information missing (about 10,000 product) so i try to export it.
now it doesn't work. i increase everything i can.

memory_limit = 999999999999M;
upload_max_filesize = 999999999999M;
max_execution_time = 999999999999
max_input_time = 999999999999

it is error.

500 Server Error
A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again. URL: http://www.bellarist.com/shop/admin/ind ... fd3174ae99

what is wrong?

please help me

Re: import/export error for opencart-1-5-6-x-export-import-1

Posted: Tue Apr 01, 2014 9:48 am
by Cue4cheap
boldidear wrote: memory_limit = 999999999999M;
upload_max_filesize = 999999999999M;
max_execution_time = 999999999999
max_input_time = 999999999999

it is error.

500 Server Error
what is wrong?
Most likely your screwy limits you put in. Change them to what is recommended versus what you have.

Retry with
memory_limit = 512M;
max_execution_time = 36000;
post_max_size 999M;
upload_max_filesize = 998M;
Mike

Re: import/export error for opencart-1-5-6-x-export-import-1

Posted: Tue Apr 01, 2014 10:41 am
by boldidear
thank you for your reply.

i try that and still not working.
here is error
error1.jpg

error1.jpg (235.21 KiB) Viewed 1356 times

my original error was this
error2.jpg

error2.jpg (50.22 KiB) Viewed 1356 times