Importing 500+ files

Permalink
I'm trying to use the C5 file importer to import a bunch of files. My PHP max_execution_time is set to 700 seconds. It seems to stop importing every 20 seconds or so, so it only imports about 50 or so images at a time. Any thoughts on this?

jgarcia
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
Extend the vars to -1 :D
jgarcia replied on at Permalink Reply
jgarcia
Just to clarify, the ones Mnkras was referring to were:
memory_limit
post_max_size
max_input_time

I'm not sure which one of those it was, but either way, increasing all of them made it work.

For that, you get a best answer Mnkras. :)
Mnkras replied on at Permalink Reply
Mnkras
yay me! :D now from that random guess, to my own server! :D
and to extend my answer above in your .htaccess file you but them like this:

php_value memory_limit -1

they are all like that