Page 1 of 1

Image Uploading Limitations/Bug?

Posted: 20 Nov 2014, 16:31
by localhost
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>

Re: Image Uploading Limitations/Bug?

Posted: 20 Nov 2014, 23:10
by mjau-mjau
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 ...

Re: Image Uploading Limitations/Bug?

Posted: 21 Nov 2014, 02:40
by localhost
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?

Re: Image Uploading Limitations/Bug?

Posted: 21 Nov 2014, 05:04
by mjau-mjau
localhost wrote:When you say checking it with FTP, do you mean you want to gain access to my server?
Yes

Re: Image Uploading Limitations/Bug?

Posted: 21 Nov 2014, 05:55
by localhost
Sent you a PM already. Thanks

Re: Image Uploading Limitations/Bug?

Posted: 21 Nov 2014, 11:16
by mjau-mjau
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 ...

Re: Image Uploading Limitations/Bug?

Posted: 21 Nov 2014, 16:54
by localhost
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.