Cropping Avatar
-
As much data as I can find:
wordpress 2.9.2
Buddypress 1.2
Hosted on qth.com
All wp folders set to 777
new fresh install as of today
Installed in domain root,
Also tried installing wordpress in root/wp/
same problem
Buddypress default theme
The thing I find puzzling is, I did an identical on my local box using Xamp and it works perfect.
My Problem: change avatar; Picture uploads and I can go to the folder and see it. But, after it uploads it does not show up. I inspected the elements with firebug (avatar to crop) and see that there is a / missing in the path to the picture.
inserting code snippet if it works.
(<img alt=”Avatar to crop” class=”avatar” id=”avatar-to-crop” src=”wp-content/uploads/avatars/2/Ed_icon2.jpg”>)
See, there is no / between src=” and wp-contents/uploads
I don’t know where that line of code comes from but it must be buddypress because it does it regardless of which theme I use.
I can use firebug to insert the / to test and the image appears
If you want to look at the site it is bare bones http://carvingsforyou.com
Hope someone can help. Thanks Ed
- The topic ‘Cropping Avatar’ is closed to new replies.