Hi,
For some reason Gallery3 doesn't allow me to upload more than 34Mb files.
The setup is on an internal debian server with php5.
php.ini set to max_file_size of 150M and max_post_size of 200M
is there anythyng else I need to modify to remove the limit.
Thanks with regards,
Preminik
Posts: 27300
Does the server add method work? Uploading 34Mb files via a 'post' is a bit much for any browser.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
Thanks for the quick reply Dave,
I haven't tried the server add method yet.
As it is an internal server the loading is not a problem,
upto 34M (video) files uploaded within seconds without any issues.
Even if the server add method works I would be more interested to see why the usual upload method doesn't show the maximum upload limit as per php.ini
Regards,
preminik
Posts: 27300
Calculation are done in modules/gallery/helpers/graphics.php
perhaps you are using GD?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
Dave,
It is very interesting, last night I purged Apache and PHP and reinstall to see any different with default config files. But same thing again.
Then I installed a new gallery3 (/var/www/gallery4), it worked flawlessly (with new db). then I move the databse.php and album folder to see how that work and it the same thing again.
So something wrong with either the db or album folder.
As I mentioned it is only a local (home) server, so I decided to install a new gallery3 (/var/www/gal/gallery3) and did a server side upload from previous album folder.
I couldn't finish off all setup yet but so far it seems OK. Now it shows a 200M limit, which is what I set for.
If I got some time and find out what went wrong in the first installation I will post it here.
regards,
preminik
Posts: 27300
let us know how things go. It is hard to get it right for all environments and perhaps there is a small one that slipped though.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
To follow up on this, the limit only apprears when I use the GD library and when I set for ImageMagic everything is fine.
Hope this helps someone.
Cheers,
Preminik