Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,552
- How-to & Troubleshooting
- 127,786
- Creating & Extending
- 25,648
- Requests & Feedback
- 9,392
- Third Party Plugins
- 9,716
- Showcase
- 3,317
- Ideas
- 1,331
- Miscellaneous
- 8,844
-
Found out the cause at last!
I was using a custom plugin and that was using the wrong Ajax url path – it was setting the following:
‘ajaxurl = <?php echo admin_url(‘admin-ajax.php’); ?>’
but needed to be as follows
‘upload_ajaxurl = ‘<?php echo admin_url(‘admin-ajax.php’); ?>’
Thanks for everyones help
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS