Opened 12 years ago
Closed 12 years ago
#4179 closed enhancement (no action required)
Can't create more than 1 group in 24 hour period
Reported by: | primetimejas | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.5 |
Component: | Groups | Keywords: | reporter-feedback |
Cc: |
Description
There is a cookie that is created here:
Line 130 of bp-groups-actions.php (in the bp-groups folder):
setcookie( ‘bp_new_group_id’, $bp->groups->new_group_id, time()+60*60*24, COOKIEPATH );
Doesn't matter what plugins or theme are used, you can't create more than 1 group in a 24 hour period. This is required when setting up pre-defined groups for a site. I asked about this in the forums and the reply was that this cookie is cleared after group creation but it is not.
Change History (3)
#2
@
12 years ago
I can't recreate either. primetimejas, have you tried on testbp.org, or on another out-of-the-box installation?
Also, have you tested with different browsers? It's possible that there is some security setting on your browser that is messing with BP's ability to set/clear cookies correctly.
I can create lots of groups after one another. I tested on testbp.org. Does it work for you on that site?