@johnboker
9 months, 1 week ago
It looks upgrading to 1.6 causes the default theme to use admin-ajax.php instead of wp-load.php as the ajaxurl. (http://bpdevel.wordpress.com/2012/05/01/ajax-changes-in-buddypress-1-6/)
I’ve created a patch that seems to fix this issue for now, all i do is change the callback url from ajaxurl to ajaxurl_wpload and then define ajaxurl_wpload.
patch: http://pastebin.antiyes.com/index478.html