-
foxly posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@TheArtofBalance
@zkwc
@andrew__k
@memorycrisisWe have a patched version (0.1.8.8) that fixes all problems caused by the WordPress 3,1 and BuddyPress 1.2.8 updates. Is should be up on our Google Code downloads page in a few minutes.
http://code.google.com/p/buddypress-media/downloads/list
^C^
-
andrew__k posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@TheArtofBalance Add this line to the beginning of the function…
print_r($file);
…to print the actual structure of the array you’re getting. That’s how I saw the structure wasn’t what the code assumed it was. Either you’re getting a known structure, and it has the right content (filename with accepted extension), or not. Unless there’s yet a […] -
andrew__k posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@TheArtofBalance I realize now that you may have interpreted my code as a replacement for the entire file. I’ve added the following warning to my original post:
THIS IS A FRAGMENT OF THE FILE, meant to replace the broken implementation of the ‘bp_core_check_avatar_type’ function ONLY. Don’t replace the whole file with this!
-
andrew__k posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@TheArtofBalance It seems like part of your post is missing/truncated? All I see is a function name, file path, and line number, no actual error message. @foxly I don’t like it either, but I have a customer who wants the site to be functional yesterday, and there are no plugin hooks that I’m aware of for changing […]
-
foxly posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@TheArtofBalance Like guys… this is an incredibly complex problem. Don’t go pasting stuff into your installations or your’re going to damage your installations. WP has split the admin menus int two different levels, added thousands of lines of code, and none of its documented. The plugin now has to be tested in 8 different scenarios and […]
-
foxly posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@memorycrisis
@TheArtofBalance
@zkwcActually, it creates an intermittent problem.
I have a test install over here that has WordPress 3.1, BuddyPress 1.2.8, and BP-Album 0.1.8.7 all working together perfectly.
^F^
-
foxly posted on the forum topic Unable to upload in the group BuddyPress Media: 13 years, 8 months ago
@memorycrisis
@TheArtofBalance
@zkwcWe’re aware of the problem (this one is WordPress’ fault and has affected thousands of other plugins) and we should have a fix out within 24 hours.
^F^
@theartofbalance
Not recently active