Are you running any other plugins? Especially ones that would load javascript?
I’ve tried to replicate but can’t. I’ve successfully uploaded and cropped the image as a “member” and “group” subscriber/admin. BP 1.5 on Safari, using child of bp-default.
good call, @qrahaman – what browser are you using @bigbadboy?
Apologies, forgot the info:
Chrome 14.0.8
Mac 10.6.5
A few plugins – possibly a JScript conflict but not had time to test yet.
This is on a test/ demo install so I can give you a log in if required.
As a side note: This also recently started to happen on another – pre-1.5 BP – install, not just on Chrome – I was waiting to update to 1.5 presuming the issues would possibly fix itself.
UPDATE: Found the culprit – A javascript was being enqueued incorrectly – essentially it was being called externally, but it didn’t actually exist!
All working fine now.
Sounds like it’s probably a plugin conflict, especially if it’s been happening since before BP 1.5. What are the other plugins? Have you tried looking at a Firebug console during this process to see if you get any JS errors?
@Boone – see the update above:
UPDATE: Found the culprit – A javascript was being enqueued incorrectly – essentially it was being called externally, but it didn’t actually exist!
Re-added the file and it’s working fine now.