Search…

X3 Photo Gallery Support Forums

Search…
 
localhost
Experienced
Topic Author
Posts: 158
Joined: 20 Sep 2011, 07:09

Image Uploading Limitations/Bug?

20 Nov 2014, 16:31

Hey Karl,

I tried to upload 32 images in a sub-folder (TWICE) but every time I do that only 20 images is being uploaded and then I have to upload the remaining 12 successfully. Can you please confirm that this is the case? That it is limited to 20 items per upload>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Image Uploading Limitations/Bug?

20 Nov 2014, 23:10

This could be a limitation on your server in terms of either max_uploads or max_post_size in total of all your images.

Was your diagnostics page never working? Can you try to rename the ".htaccess" file inside to "default.htaccess"?
http://larryanda.com/x3/diag/

If your diagnostics page still doesn't work, I would be very interested in checking it with FTP (although I understand that may not be possible). Diagnosing the diagnostics page lol ...
 
localhost
Experienced
Topic Author
Posts: 158
Joined: 20 Sep 2011, 07:09

Re: Image Uploading Limitations/Bug?

21 Nov 2014, 02:40

Even after renaming the .htaccess to default.htaccess I'm still getting a blank screen.

When you say checking it with FTP, do you mean you want to gain access to my server?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Image Uploading Limitations/Bug?

21 Nov 2014, 05:04

localhost wrote:When you say checking it with FTP, do you mean you want to gain access to my server?
Yes
 
localhost
Experienced
Topic Author
Posts: 158
Joined: 20 Sep 2011, 07:09

Re: Image Uploading Limitations/Bug?

21 Nov 2014, 05:55

Sent you a PM already. Thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Image Uploading Limitations/Bug?

21 Nov 2014, 11:16

Ok solved. First of all, on your server, DONT set 777 permissions ... Your server has some security implementation that returns a server error if folder is set to 777. For your server, you should not need to set permissions at all, because default permissions are sufficient for X3. Your default permissions are 755 for folders and 644 for files.

Your diagnostics page was not working in one location because it has permissions 777 applied, but it is working now:
http://larryanda.com/photography/diag/

I need to amend the documentation about permissions it seems ...

max_file_uploads
As you can see in your diagnostics page, your server has a max_file_uploads of 20 files (per batch).
Image

You would need to ask your host to increase it ...
 
localhost
Experienced
Topic Author
Posts: 158
Joined: 20 Sep 2011, 07:09

Re: Image Uploading Limitations/Bug?

21 Nov 2014, 16:54

That is interesting re: Max file upload set to 20max. I never have this issue uploading 300 files at a time using wordpress. They could have made wordpress as an excemption perhaps.