Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Unknown error when upload folder too big. #17

Open
Rinkana opened this issue Apr 2, 2014 · 6 comments
Open

Unknown error when upload folder too big. #17

Rinkana opened this issue Apr 2, 2014 · 6 comments

Comments

@Rinkana
Copy link

Rinkana commented Apr 2, 2014

I have an image folder with with a few hundred images. However when i use the filebrowser it returns an 500 server error and does not finish building all thumbs. The browser self only returns "unknown error"

I use kcfinder 2.54 and the latest Ckeditor.

@sunhater
Copy link
Owner

sunhater commented Apr 2, 2014

Could you try with 2.51? http://sourceforge.net/projects/kcfinder/files/KCFinder/2.51/

@Rinkana
Copy link
Author

Rinkana commented Apr 2, 2014

Same issue, might want to note that Chrome tells me that the popup has crashed (only the first time building the thumbs) and then returns the error. Where FireFox just tells me unknown error after a while.

However they all return an 500 error.

Is there any way to force building the thumbs while i am not in the browser?
Edit: Our error log shows no errors.

@laszlo-karpati
Copy link

Same issue here, with version 3.12

@chodges
Copy link

chodges commented Apr 6, 2015

Any update on this issue? I'm kind of stuck right now without a solution.

@danitxo
Copy link

danitxo commented Apr 9, 2015

What value you have set for memory_limit?

Maybe some image gets stuck and stops the process, since for a picture 2MB I think you may need a value greater than 64M. Many of the problems are because of that.

If at least some thumbs are generated, it is a good idea to move the rest of the images to another folder and move back again gradually, until you find the image that causes problems. From there you can get more information. This way you can corner the cause.

@stempora
Copy link

stempora commented May 9, 2015

Hi

The problem with large folders appears because if there are no thumbs the system tries to generate all thumbs in one run.

I changed the code to ignore the generation and i'm generating the thumbs when they are requested one by one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants