Problems, need help? Have a tip or advice? Post it here.
7 posts Page 1 of 1
Hello KK,
To the issue of the 2mb limit I took all the changes that are shown here in the topics.
It works with the normal image upload, but not with the bulk upload in gallery.
What can I do?
Thank you.
Angie


Ps:
More than 6.6mb are not possible by normal upload, too. I just tried it with several files/images.
The bulk upload stopps by 2mb.
Please find line 164 in 'couch\includes\plupload\upload.php' -
Code: Select all
// Maximum file size
max_file_size: '2mb',

Set it to the desired value.

Hope this helps.
Thats what I already did, but there is no effect :( :?:
In that case, maybe your server's settings are too restrictive.

Try tweaking the following directives in your server's php.ini -
Try using the following values in php.ini, for example:
Code: Select all
memory_limit = 32M
upload_max_filesize = 24M
post_max_size = 32M

You'll need to restart the server for the settings to take effect. Make sure the new settings are reflected in phpinfo().
You might need your hosting provider's help with this.

Hope it helps.
hello KK,
Thank you for the tipp,

I 'll try this - if necessary, when the site goes in real www. Up to now its local on Mamp.
I will tell you about the way it works or not... hopefully thats WORKING ;)

Thanks and bye
Angie
Hello KK,

now I brought the site to real www:

The sets I made in couch:
includes/timthumb.php : ... 512mb
includes/pluploads/upload.php : ....15mb
includes/fileuploader/config.php : ...set to 0

The bulk upload of gallery works up to 9mb (I didn't test it higher, will be sufficient) but the 'normal' upload is only possible up to ca.6mb - what could be the cause?
Thanks a lot... ist's not urgent...take time for answering
Angie

Ps:
Before I bring it to the Hosting provider of my customer, I first want be sure that it is not a issue of couch.
( ;) He is not amused about designer doing their own thing with couch-cms and not his 'pretty' wordpress.)
Hi,

I'd say the php.ini settings I mentioned in my last post need tweaking.
Please ask your host to that for you (and, as I mentioned before, take a phpinfo() output and make sure the new settings get reflected in that).

Hope this helps.
7 posts Page 1 of 1
cron