SMFHacks.com

SMF Gallery Pro => Support => Topic started by: Anmer on August 26, 2021, 12:50:35 am

Title: Gallery Pro - Number of Bulk Upload Files to Show
Post by: Anmer on August 26, 2021, 12:50:35 am
I changed the number of files from 10 to 15.

But when I added 15 pictures for upload, only the first 10 loaded. 

Running Gallery Pro 9.0
Title: Re: Gallery Pro - Number of Bulk Upload Files to Show
Post by: SMFHacks on August 26, 2021, 07:44:22 am
There is a setting in php you have to increase called "max_file_uploads"

I suggest though using the multi uploader instead under settings check that off. Works better.
Title: Re: Gallery Pro - Number of Bulk Upload Files to Show
Post by: Anmer on August 27, 2021, 07:32:14 am
Thanks.

I originally had the add many pics set to 2 and changed to 10 and that worked OK.  Changing from 10 to 15 didn't.

I'll check the php when I get back home next week.  Members don't like the multi uploader option as it doesn't offer Descriptions or Titles.
Title: Re: Gallery Pro - Number of Bulk Upload Files to Show
Post by: Anmer on September 01, 2021, 07:20:17 am
There is a setting in php you have to increase called "max_file_uploads"

In which php file is this to be found?
Title: Re: Gallery Pro - Number of Bulk Upload Files to Show
Post by: SMFHacks on September 01, 2021, 08:55:53 am
It's in php.ini

In cpanel there might be a php.ini editor
Or on linux it is found in /etc/php.ini
Title: Re: Gallery Pro - Number of Bulk Upload Files to Show
Post by: Anmer on September 02, 2021, 07:12:07 am
The PHP max_file_uploads is currently set to 30.

I had set the Gallery Pro image limit to 15 instead of 10.  Below the php limit?
Title: Re: Gallery Pro - Number of Bulk Upload Files to Show
Post by: SMFHacks on September 02, 2021, 07:35:00 am
That may be the case. It also depends on max post size and other variables.
I would keep it at 10 to be safe.