Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I'm noticing that KCfinder can upload large images, say 3.5mb. However it seems couch might have an issue with it?

After I upload and insert an image via KCfinder, the thumb preview appears. So I know it's on the server, but then when I hit Save, Couch tries to save but just loads a blank screen instead. Is there any setting I can change to fix this?
Please try increasing the following value specified in 'couch/includes/timthumb.php' (line 49)
Code: Select all
ini_set('memory_limit', "50M");
works, thanks!
3 posts Page 1 of 1