Post by boldidear » Tue Apr 01, 2014 7:03 am

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

New member

Posts

Joined
Thu Dec 06, 2012 9:56 am

Post by Cue4cheap » Tue Apr 01, 2014 9:48 am

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

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am

Post by boldidear » Tue Apr 01, 2014 10:41 am

thank you for your reply.

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

error1.jpg (235.21 KiB) Viewed 1357 times

my original error was this
error2.jpg

error2.jpg (50.22 KiB) Viewed 1357 times


New member

Posts

Joined
Thu Dec 06, 2012 9:56 am
Who is online

Users browsing this forum: No registered users and 2 guests