EnglishI 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
hi
you might read http://stackoverflow.com/questions/2992 … n-htaccess 3rd google result about php_value upload_max_filesize
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.
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?
Can you mark your topic as resolved? or do you still have issues to configure your new host?
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
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 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
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?
I 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