bcrabtree2
Forum Replies Created
-
I bagged this and dumped the plugin. If you can’t get support on this type of issue then the plugin is not worth messing with. There are several alternatives that work better and provide better support.
I am having the same issue with the plugin not accepting the cropped image. After selecting the image for a profile, cover image, or gallery image the popup dialog notifies the user that it is “Processing” but, does not complete.
This began happening after the 2.0.28 update to the plugin.
I reported this 2 weeks ago and have not received a solution yet.
https://wordpress.org/support/topic/profile-and-cover-photo-doesnt-finish-processing/#post-10763057Developer tab reports:
admin-ajax.php {success: false, data: “Invalid file ownership”}
data: “Invalid file ownership”
success: falseNo conflicts with other plugins or themes.
I have not received a reply to this issue in a while. Is anybody able to help?
GD PHP Library is installed and working,
The mod_security is an Apache feature and does not apply. I am on a Windows environment.
My site is above in the first post.I am receiving results of {success: false, data: “Invalid file ownership”}
data: “Invalid file ownership”
success: false in the admin-ajax.php file.Check if the Ultimate Member uploads folder has the correct permissions (see this article) DONE
Increase the WordPress memory limit via wp-config.php file. This article shows how to do this. DONE
Increase the maximum file upload size for individual file uploads. The
post_max_sizevalue should be greater than or equal toupload_max_filesizevalue. (see this article) DONEReset the uploads tab on UM settings. DONE
Contact your host support and ask them if your server has GD PHP Library installed and is working. WAITING ON REPLY
Contact your host support and ask them to disable mod_security.
Check that you are not breaking the domain origin policy (using www. version while WP is installed on the non www. site for example)