Forum Replies Created
-
AuthorPosts
-
March 27, 2019 at 11:14 pm in reply to: WPSeller – v2.4.3 was not creating wps tables in database and customer concerns #793263OaksPhotoMember
If you read the whole list, it actually says that I resolved the issue. The problem was that the copies 2.4.3 of WPSeller I was using did not create any tables in any of the WordPress databases I was using, either on a commercial hosting site or on my own instance of WordPress. I had to use a previous version to correctly load tables, then I could run 2.4.3 correctly. This item is intended for those who may have similar problems.
3OaksPhotoMemberWent through all the suggestions before posting the original reply. Found out that although the server was set for 100mb uploads, the zip file stopped whenever the total amount of files exceeded the 20mb mark.
The files were zipped from within the file directory so there were no sub-directories.
3OaksPhotoMemberI have the same issue with the bulk upload not completing the process.
Current settings are as follows:
; ================================================
; edit 2015
; Maximum amount of memory a script may consume (128MB)
memory_limit = 128M
; ========================================
; edited 2015 from 20M
; Maximum size of POST data that PHP will accept.
; http://php.net/post-max-size
post_max_size = 100M
; edited 2015 from 20M
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 200M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 100
WP Photoseller Plugin Version: 1.9.1
I zipped a bundle of images in various sizes and uploaded to the directory.
Zip containers with <20 files and <20MB uploaded and processed properly.
Zip containers with < 20 files and > 20MB did not load properly
Zip containers with 29 files and < 20Mb loaded
Zip containers with 29 files and > 20 MB did not load.
On inspection, the processing stopped whenever the total files loaded into the gallery was >20mb no matter the combination of files or sizes.
When I check the gallery, there is an incomplete file wherever the approx 20Mb mark in the number of files is.
This is repeatable.
I’ve added @ini statements to the theme and a few other things, but the bulk load always stops around the 20MB mark.
I was able to upload the 29 files at 39MB to the gallery using the media upload process and WP Photoseller was then able to process the total amount of files correctly including watermark.
-
AuthorPosts