We've deployed Gallery3 under Windows, but are having an error which shouldn't be Windows-related.
Any file bigger than 15Mb seems to be failing to import (other than that, it's behaving itself). I can't find a PHP setting which specifies 15Mb as a breaking point for anything, but no idea where to look to increase this limit or what's causing it. If it's hard coded, where should I look to change it?
Posts: 27300
It is not hard coded in the software. It would be a server PHP setting.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
Thanks Dave, I've quadrupled the amount of memory PHP can use (128mb to 512mb - server has 16gb RAM!) - but also added rectangle_thumbs to sort out thumbnail display so it's being left alone to rebuild the current images before any more attempts are made.