AyeCode / userswp

Lightweight WordPress User Profile Plugin, provides a front end login form, registration form, edit account form, forgot password, searchable users directory, and user profiles. It can be extended and we provide add-ons to integrate it with WooCommerce, Easy Digital Downloads, Wp Jobs Manager, GeoDirectory, MailChimp, and many other plugins.
https://userswp.io/
GNU General Public License v2.0
63 stars 26 forks source link

Profile image and banner image broken on some sites #658

Closed wpdev10 closed 2 years ago

wpdev10 commented 2 years ago

This could be a server or PHP version issue I think but not sure. Try uploading the profile image at http://ppldb.com/uwp/profile to regenerate the issue but the same issue is not happening on our UWP demo site.

Stiofan commented 2 years ago

PHP function getimagesize() will only work from URL on some servers, some servers disable this from URL and will only work from path. fixed in push