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’ );`
I think I am experiencing the same behavior. (WP 3.1.3 + BP 1.2.. Screencast shows the behavior:
http://screencast.com/t/4la4PnA8X
@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/
I also turned off all plugins but BP itself and the problem is still the same.
@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/