Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
I created a template for my page. Template is clonable and has only two editable regions: textarea and image.

When i proceed like this:
1. Create/edit page
2. Choose image
3. Press Save

Only blank page shows up. When i manually go back to admin area or look at site, nothing is changed.
Hi,

The white screen you get while saving could mean that your system is running out of memory while trying to process the uploaded image.
Please test using a smaller image and if it saves fine, that will confirm the suspicion.

To fix the issue please find the
'couch/includes/timthumb.php' file and modify the following directive (from original '50' to '128')
ini_set('memory_limit', "128M");

Hope this helps.
Yes, that worked! It was just an issue with memory.

Thank you for the tip with memory and btw CouchCMS is awesome ;).
Glad to help and thank you :)
4 posts Page 1 of 1