boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

Can't create new doc from within a group #280

Closed kenwiesner closed 11 years ago

kenwiesner commented 11 years ago

From within the Doc tab in a group, if I click the "Create New Doc" which links to /docs/create/?group=group-slug I get a Page not found. If I remove the querystring containing the group the Create New Doc form loads. It seems as though there is something wrong with the routing here. This is preventing our users from creating new docs.

boonebgorges commented 11 years ago

Can you share more details about your server setup?

kenwiesner commented 11 years ago

Hi Boone,

Sorry for the delayed reply. Here's some info about our setup.

Rackspace Cloud Server Ubuntu 10.04 2GB RAM Apache/2.2.14 (Ubuntu) PHP5 FCGId

WordPress 3.5.1 BuddyPress 1.6.4

Currently Active Plugins: Achievements: 3.1 BP Group Documents: 0.4.0 BP Group Management: 0.5.4 BuddyPress: 1.6.4 BuddyPress Docs: 1.3.1 BuddyPress Group Calendar: 1.3.3 BuddyPress Group Email Subscription: 3.3.1 BuddyPress Media: 2.6.7 CollabPress: 1.2.3 Custom JavaScript Editor: 1.1 Custom Login lite: 1.1.4 Easy Columns: v2.0 Email Users: 4.3.21 Gravity Forms: 1.6.12 ManageWP - Worker: 3.9.25 Members: 0.2.2 Mime Type Link Images: 2.2.2.1 NextGEN Gallery: 1.9.12 Pods - Custom Content Types and Fields: 2.2 Polldaddy Polls & Ratings: 2.0.18 Private BuddyPress: 1.0.4 Search & Replace: 2.6.5 WebPurify Profanity Filter: 2.5 WPMU DEV Dashboard: 3.2.5 WP Super FAQ: 0.5.6

boonebgorges commented 11 years ago

Thanks. It's possible that there is a conflict with CollabPress; see https://github.com/WebDevStudios/CollabPress/commit/6ca2eedec96c5ac839aa2b76f88b3f671fec197f

kenwiesner commented 11 years ago

Yep! That was it! So will that fix be included in next CollabPress ver? I manually updated for now.

boonebgorges commented 11 years ago

Yes, it'll be included. Thanks for the report!