Closed (fixed)
Project:
Spaces
Version:
6.x-3.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 02:18 UTC
Updated:
27 Feb 2012 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
foredoc commentedIs this something so obvious that only I have problem with?
I did not find any clue in readme, any related documentation/direction that I can be referred to?
Thanks.
Comment #2
foredoc commentedFor test reason, I installed a fresh open atrium, and found out that:
in both cases above, the redirection is done "Automatically", which means I do not need to worry about it.
Is this something unique to open atrium?
Thanks.
Comment #3
foredoc commentedAny pointers will be very much appreciated.
Thanks.
Comment #4
arosboro commentedWhen purl is set up, it should redirect if the group has the path field set to the value of that field. (If path is set to foo on nid/1, going to nid/1 will redirect to foo/nid/1).
Do you have the purl module installed?
Edit: I'm looking at the 7.x branch, not 6.x so it may be different
Comment #5
Grayside commentedYou need to install Spaces OG before creating any groups.
Comment #6
foredoc commentedFirst of all, thanks for your attention.
@arosboro: I have purl installed, and by visiting node/[nid], neither the group node nor the group post will be redirected to foo/node/[nid]
@Grayside: I have a fresh install of drupal, and all groups were created after the installation of Spaces OG module.
Right now, I am totally clueless. Any other suggestions? Thanks.
Comment #7
Grayside commentedGroup prefix is defined.
Node is only posted to a single group.
Persistent URL module is in fact enabled.
Comment #8
foredoc commentedThose are exactly what I have done :(
Comment #9
Grayside commentedDo you have the Space Preset selector on your group form? I took a quick glance at http://drupalcode.org/project/atrium_features.git/tree/refs/heads/6.x-1.... and see the .module file turns on some default spaces presets. That is the module I would check for any other secret Atrium sauce with Spaces.
Comment #10
foredoc commentedI do have the space preset selector on my group create/edit form, see attached.
I believe that I have checked atrium_groups feature without any findings, but will double check it, and report back.
BTW, could this be caused by some sort of conflictions with other modules?
Thanks.
Comment #11
foredoc commentedForgot the attachment in #10.
Comment #12
Grayside commentedPotentially, but I can't think of any modules offhand.
Comment #13
foredoc commentedMade some tests, seems it is caused by module: Sub-path URL Aliases
After disabling Sub-path URL Aliases, the problem disappeared.
Thanks.
Comment #14
Grayside commented