-
Chad Holden posted an update in the group How-To and Troubleshooting:
On my clients site learn.cacuss.ca, when you go to a user activity page or anything in the users pages, it defaults to the members list. Odd thing is that the files and DB were taken from my dev install which works as it should at http://www.maifith.com/sasa/
Anyone have any ideas as to why this isn’t working? Another thing is that I am not allowed…[Read more]
-
WIERD! I took out the file upload URL and media directory and it all started to work. Magically. Now … I’ve been messing with numerous files for the past week as you can see from my activity, but it all came together this morning when I cleared those fields.
-
Chad Holden joined the group Creating & Extending
-
I would have loved if this worked for me as well, but alas, no such luck. I am using non MU wp3 beta 2 and bp 1.2.3.
-
Oddly enough, when I go to view my Avatars at their respective URLs, nothing shows and the document returns 0 bytes — HOWEVER when I look using FTP and download the file, it is there and shows properly. For instance, if no file was found, this URL would return a 404 error and all I [...]
-
Still nada. All changes made to my site in all places. I also had to change this :
$bp->avatar_admin->image->url = str_replace( “/home/utwebdev/public_html/”, “http://utwebdev.utoronto.ca/”, $bp->avatar_admin->image->dir );
or the thumbnails didn’t work. But that shouldn’t affect the uploads.
-
This still didn’t work for me @Phlux0r. But thanks for the code. I’ve added it to my file anyways.
-
@Mike Henderson
Did you comment out those two lines like I said?
-
Chad Holden joined the group Miscellaneous
-
I’ve tried the installation a few times on WAMP, MAMP and multiple installations on the same server … It should be important to note that THIS site bp.org has the same avatar uploading issues with this new template/release. This is my htaccess file, which makes the avatar cropper work, but I still get the upload [...]
-
OK, so it’s not just me. Try uploading an avatar to THIS SITE. You get the same issues I had! Jesus, hallelujah!
-
Unfortunately not. I assume you also commented out the lines ->
if ( getimagesize( $bp->avatar_admin->original ) > BP_AVATAR_ORIGINAL_MAX_WIDTH )
$bp->avatar_admin->resized = wp_create_thumbnail( $bp->avatar_admin->original, BP_AVATAR_ORIGINAL_MAX_WIDTH );