Group Mods

  • Profile picture of r-a-y
  • Profile picture of @mercime
  • Profile picture of Hugo

Support: Installing BuddyPress

Problems with getting it running.

”Create group” returns me to home (7 posts)

Started 11 months, 3 weeks ago by: athimm

  • Profile picture of athimm athimm said 11 months, 3 weeks ago:

    When I try to create a group the URL changes to http://the.site/groups/create/step/group-details/, but the contents shown are the WP Loop, e.g. I never get to enter any group details to create a group.

    I am using a very fresh WP 3.1.3 and BP 1.2.8 as well as a couple standard plugins like Akismet, Analytics etc. The theme is the standard bp-default theme that ships with BP. I wiresharked the traffic and there is no 302 redirect to the top level URL (like some other bug reports stated). There is also no output in httpd’s error log.

  • Profile picture of @mercime @mercime said 11 months, 3 weeks ago:

    Some thoughts:
    - Have you checked Apache if “Allow Override All” is enabled ( not commented out)?
    - Where is your WP installed – at domain root or in subdirectory? If in subdirectory, the subdirectory name should not named the same as that of BP components – Groups, Members, Activity, Forums. If name of subdirectory is same , you would have to “rename” matching BP component name to something else in your wp-config.php file e.g. define ( 'BP_GROUPS_SLUG', 'sections' ); or if your subdirectory is named members, define ( 'BP_MEMBERS_SLUG', 'scouts' );

  • Profile picture of Doug Daulton doug.daulton said 11 months, 3 weeks ago:

    I think I am experiencing the same behavior. (WP 3.1.3 + BP 1.2.8). Screencast shows the behavior:

    http://screencast.com/t/4la4PnA8X

  • Profile picture of athimm athimm said 11 months, 3 weeks ago:

    @mercime: I tried AllowOverride All and there was no difference. WP/BP is installed under root, there is no subdirectory. BTW the URL in question is http://planetdsa.gr
    @doug.daulton: Your case is a bit different, I’m not even getting to the group create form, I immediately get to the home page even though the address bar says http://planetdsa.gr/groups/create/step/group-details/

  • Profile picture of athimm athimm said 11 months, 3 weeks ago:

    I also turned off all plugins but BP itself and the problem is still the same. :/

  • Profile picture of Doug Daulton doug.daulton said 11 months, 3 weeks ago:

    @athimm – Thanks for the clarification. Have you done a “tail” on your apache error log? Mine is showing this:

    [Sat Jun 04 08:46:13 2011] [error] [client 24.234.182.233] File does not exist: /vol/sites/neoncon.com/dev/groups, referer: http://dev.neoncon.com/groups/
    [Sat Jun 04 08:46:21 2011] [error] [client 24.234.182.233] File does not exist: /vol/sites/neoncon.com/dev/groups, referer: http://dev.neoncon.com/groups/create/step/group-details/

  • Profile picture of @mercime @mercime said 11 months, 3 weeks ago:

    @athimm could be the permalink structure like this ticket http://buddypress.trac.wordpress.org/ticket/1766