#1433 closed defect (bug) (no action required)
Creating groups results in 404 error
Reported by: | shevdog | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | normal | Version: | 1.2.6 |
Component: | Core | Keywords: | groups create 404 |
Cc: | rbaccaro |
Description
The BuddyPress setup I have is:
- IIS7/Win2k8
- WPMU 2.8.6
- BuddyPress 1.1.3
(Host is GoDaddy with Windows Unlimited plan).
I host several Wordpress blogs and haven't had any rewrite issues. WPMU by itself works fine, no know issues. As a super admin, when I go to my profile, then "Groups > Create New Group", I get a 404 error. Same issue was happening with BP 1.1.3. I am wondering if this is a rewrite error or something else? Any related issues or know fixes?
Since this BuddyPress install is in development, I can do whatever I need to do on it.
Change History (5)
#1
@
15 years ago
- Component set to Core
- Resolution set to worksforme
- Status changed from new to closed
#2
@
14 years ago
- Cc rbaccaro added
- Resolution worksforme deleted
- Status changed from closed to reopened
- Version set to 1.2.6
I am using:
WP 3.0.3 (network activated)
BP 1.2.6
IIS 7
Win 2008
I have installed in 2 different Win servers and the problem still the same. See http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/500-and-404-errors-on-iis-75/
See the last warning-error on profile > edit:
Notice: Undefined variable: group_id_sql in C:\inetpub\wwwroot\wordpress-dev\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-classes.php on line 100
If type the link directly the page loads fine, but 404 if I click on the following links:
Profile > Edit
Group > Create
Activity > View
When we change the wp-config to debug=true the pages load fine either way.
The bottom line is: the pages are not loading based on the links generated on the UI. For example:
ERROR: http://taxblog.mobi/members/www/profile/edit/
WORKING: http://taxblog.mobi/members/www/profile/edit/group/1
The same installation but using Linux and Apache works just fine. So I guess it is something related to IIS rewrite rules.
#3
@
14 years ago
Try this:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/404-error/
And see if that resolves the error.
Am using IIS7 as my dev environment on Windows 7 and have no issues with BuddyPress 1.2.3.