Incoming folder problem
Permalink
Hi I am importing images from, the incoming folder in the dashboard, I am able to import around 20images at a time but if I try to import any more then this. I get a problem the upload complete does not display, it just hangs, and then catches up with itself but still displays the incoming folder.
When I check the images, they have been uploaded, but only up to around the 20(ish) image, the last image does not display a correct thumbnail. (Displays the default image thumbnail)
I have tried to leave it to see if the image processing is still going on, but nothing is uploaded passed the broken image.
I have tried playing with my memory settings going up to 512Mb but still having problems with it, has anyone else experienced this problem and more importantly has anyone been able to solve it?
Many thanks Sean
When I check the images, they have been uploaded, but only up to around the 20(ish) image, the last image does not display a correct thumbnail. (Displays the default image thumbnail)
I have tried to leave it to see if the image processing is still going on, but nothing is uploaded passed the broken image.
I have tried playing with my memory settings going up to 512Mb but still having problems with it, has anyone else experienced this problem and more importantly has anyone been able to solve it?
Many thanks Sean
The images vary, from around 200k to 7mb but should all should be less then 256Mb, when combined.
I have increased the memory size, to what I thought was ok(for upload and memory limit), but the script execution time could be playing a part.
set_time_limit(600)
I'll give that a go, thank you Lucas
I have increased the memory size, to what I thought was ok(for upload and memory limit), but the script execution time could be playing a part.
set_time_limit(600)
I'll give that a go, thank you Lucas
Would seem that the execution limit was the cause.
For now I have increased to 600, though I will have to look at a better solution, maybe only allow these values for the File manager.
Plus I need to work out what the maximum could be.
I am not to keen on allowing these values globally.
It would also be nice if concrete showed an error on maximum execution being reached, as if I would have ticked remove files, they would have removed my files and meant I would end up with one broken image on every batch image upload(speaking form previous experience)
Thank you again Lucas
Sean
For now I have increased to 600, though I will have to look at a better solution, maybe only allow these values for the File manager.
Plus I need to work out what the maximum could be.
I am not to keen on allowing these values globally.
It would also be nice if concrete showed an error on maximum execution being reached, as if I would have ticked remove files, they would have removed my files and meant I would end up with one broken image on every batch image upload(speaking form previous experience)
Thank you again Lucas
Sean
I would also check maximum script execution time.