Upload directory does not match src directory
-
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.jpgBut the img “src” is set like this:
http://mysite.com/wp-content/uploads/uploads/files/my_image12.jpgIs there a setting to fix this, or can you direct me to the code to fix it? I am comfortable editing PHP as needed.
The topic ‘Upload directory does not match src directory’ is closed to new replies.