http://meridianleadersnetwork.org/members/admin/album/picture/9/
here is a link to what I mean. All the details are there…but no picture.
All of the other pictures that you uploaded seem to be working properly.
Is it just one specific image file that causes this problem?
^F^
Sorry, I figured it out, it had to do with someone changing the default upload path of buddypress. Sorry for not updating. Great plugin!!!
Thanks,
Jason
I’m happy to hear you’ve got it working please give us a 5-star rating!
Thanks!
^F^
@suldog123,
What did you do to fix your issue? Im having the same problem but not sure how to find the right Buddy press upload path.
Thanks for your help!
Upload broke my link in bp-album
My impostations:
http://www.higringo.com
WPMU 3.0.5 with subdomains
Installed on root
Buddypress 1.2.5.2
Bp-album 1.8.7
remapping = no
Blog test site.
test3.higringo.com
User: test1 Pass: test1
And try to add a photo…
When I upload one photo, the photo is stored correctly on the server and on the table of database but redirect dosn’t work and don’t redirect me to $bp->album->edit_slug but to a broken link page.
I have the same problem when I try to delete or edit one photo on the page showing the image.
For delete and edit I solved changing the redirect in bp-album-screens.php with bp_core_redirect( site_url() ); but the same triks don’t work for the function bp_album_action_upload().
For me is enough solve the problem adding one string for each blog in .htaccess.
I try this way looking how database store the photo on my server and I added this code but without effect:
Redirect 301 var/www/vhosts/higringo.com/httpdocs/wp-content/uploads/album/ http://www.higringo.com/wp-content/uploads/album/
Redirect 301 var/www/vhosts/higringo.com/httpdocs/wp-content/blogs.dir/9/files/album/ http://www.higringo.com/wp-content/blogs.dir/9/files/album/
Please help me, I have a lot of blogs with 1.8.7 version and I need to have this version worked.
Thank in advance for your work.