Server Add issue (fails on files over 15mb)

daveperryhcuk

Joined: 2014-01-22
Posts: 2
Posted: Wed, 2014-01-22 14:48

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?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-01-22 15:47

It is not hard coded in the software. It would be a server PHP setting.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
daveperryhcuk

Joined: 2014-01-22
Posts: 2
Posted: Wed, 2014-01-22 15:52

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.