Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
hi,
I am currently working on couch.. am using blog style to display content and image.. while uploading image it shows max size reached the i have changed $Config['k_max_upload_size'] = '0'; then it works great while adding some blog image is uploaded but while clicking on save button page loads and displaying blank page... I dont know whats the error. For the past 4 months working on couch not got a error like this.. please help me out....

Thanks
Hi,

Looks like PHP is running out of memory trying to process the uploaded image.

In the file '\couch\includes\timthumb.php', please find the following line (line 49) -
Code: Select all
ini_set('memory_limit', "50M");

Try increasing the value from "50M" to "128M".

See if this solves the problem.
If not, please search this forum for 'memory' and you'll find several suggestions that you can try.

Hope this helps.
Hi kk,
Thanks for your help.. it works great.. Couch is really superb... I need couch cms to be used in responsive... if it is possible say how to do this...
Once again thanks kk...
Wow, thanks a lot-it works now :D :D
4 posts Page 1 of 1