EnglishI just upgraded to 2.3.4 and now when I upload there's a size limit of 2MB for each picture. Anyone how to change this limit? Please help me. Thanks
Hi Tommy,
This is very "unexpected"! There is nothing changed in version 2.3.4 related to upload size limit.
Didn't you have a local php.ini or a .htacess that you erased when upgrading to 2.3.4?
Online
I just switched to new host because I've lost all the files with my previous host, I just have my backup files and there's no php.ini file, the .htaccess as I checked, it was blank. What should I do now? thanks for your help
well it's certainly a limit of your new host
try adding these lines on your htaccess file
php_value upload_max_filesize 8M
php_value post_max_size 8M
Last edited by mistic100 (2012-04-15 17:33:34)
Offline
I use bluehost as my provider and it was freaking me out too when I first installed Piwigo and was receiving that error on most of my images.
I had to add the following to /public_html/php.ini
upload_max_filesize = 10m
post_max_size = 10m
Offline
Can you mark your topic as resolved? or do you still have issues to configure your new host?
Online
mistic100 wrote:
well it's certainly a limit of your new host
try adding these lines on your htaccess file
php_value upload_max_filesize 8M
php_value post_max_size 8M
I am having the same issue, but if I add this to my .htaccess file the site stops working :/
I usually just ignore this, maybe thats why I cannnot upload new images on 2.4?
Offline
Same problem for me - if I add anything to the htaccess the site stops working and the php.ini doesn't appear in the listing. Any help would be appreciated.
hi
you might read http://stackoverflow.com/questions/2992 … n-htaccess 3rd google result about php_value upload_max_filesize
Offline
I found if I used the .htaccess it broke my site too.
I used the php.ini method and that works fine. See here for details
http://piwigo.org/forum/viewtopic.php?p … 52#p132052
Offline