Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress Activity Page 404 Error


  • worksofweb
    Participant

    @worksofweb

    Hi,

    After the BuddyPress Update I am experiencing a weird issue on the activity page in all wordpress themes.
    Any help would be greatly appreciated. When I visit the activity page, I receive a 404 error at the very top of the page but if I scroll down, I then see the “BuddyPress Activity”. Any ideas on why this would be happening?

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

  • Venutius
    Moderator

    @venutius

    This sounds like it’s possibly a template issue.

    To create the activity page, the activity/index.php file is called, this in turn issues the following:

    <?php bp_get_template_part( 'activity/post-form' ); ?>

    I’m guessing this is what’s failing, as it’s the first template file called, it calls activity/post-form.php which creates the “What’s New” input box. Is that missing from your page?

    One of the issues with template files is that they can be loaded from several places depending on the configuration. But in the very least you should check you have one located in:

    BP Legacy theme in use - wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.php
    BP Nouveau theme in use - wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/activity/post-form.php

    worksofweb
    Participant

    @worksofweb

    Thanks… this issue was resolved. I had to delete the current activity page and create a new one in order to get this working properly.

    Thanks again for your reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar