Replies: 0
User Meta Version: 1.2.1
When a user uploads an image to their profile http://mysite.com/members/profile/ they get a broken image.
Image is uploaded like this:
http:/mysite.com/wp-content/uploads/files/my_image12.jpg
But the img “src” is set like this:
http://mysite.com/wp-content/uploads/uploads/files/my_image12.jpg
Is there a setting to fix this, or can you direct me to the code to fix it? I am comfortable editing PHP as needed.