Activity Post/Reply To Not Working
-
Hi, I’m using BuddyPress 1.2.8 with WordPress 3.1.3, and when I use the factory default BuddyPress theme (1.2.7), everything works great
But, when I activate the BuddyBase theme (a free BuddyPress theme from BuddyBoss), everything works, except for the Activity area. In the Activity area if I try to post an update or reply to any activity items…nothing happens
I tried to follow what was happening with FireDebug and in Chrome by watching the Network tab, and basically the Post button always calls wp-load.php with some POST variables (obviously an Ajax request to update the activity list). I guess this is supposed to somehow invoke remote Ajax functions in BuddyBase theme PHP files, but it doesn’t appear to be working.
The result coming back from the wp-load.php AJAX calls is always status 200 (OK) with an empty string, no error message, no content…just nothing
As I say, with the default BuddyPress theme it works fine, so it seems pretty clear that the BuddyBase theme isn’t handling the Ajax stuff properly via wp-load.php.
How can I start debugging this? If someone can point me to some kind of flow of operations that gets the Ajax call from wp-load.php to the actual handling functions, maybe I can try to debug and fix this. It may not even be that big a bug…but I don’t know where to start putting some error_log() statements to try and follow the control flow.
How does the wp-load.php connect to the actual Ajax handling functions for Activity updates?
Thanks for any help/pointers. We like the BuddyBase theme, I’d like to fix it and continue using it. This is the only spot where it seems to not work so well.
- The topic ‘Activity Post/Reply To Not Working’ is closed to new replies.