Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
Description
This seems to be a problem in Confluence more than in CiviCRM itself.
The instruction text at the top of the "Configure Contribution Page" includes a "read more" link that yields a "Page not found" page.
The link appears on the page:
civicrm/admin/contribute&reset=1&action=update&id=1&subPage=Membership
The UI text is:
If you're not using this page for membership signup, leave the Enabled box un-checked (read more...).
The link goes to:
http://wiki.civicrm.org/confluence//x/ZSk
which turns into:
http://wiki.civicrm.org/confluence/display/CRMDOC/Configure+Membership;jsessionid=29EA2121B260FF036338A47F9D3740D3
This link yields the "Not Found" page, whereas it loads fine after stripping off the jsessionid=... bit
http://wiki.civicrm.org/confluence/display/CRMDOC/Configure+Membership
The error will only occur the first time a user goes to the site, so most CiviCRM developers may not see if if they have an active session already established with civicrm.org. Either the link forwarding was accidentally set up to include the explicit sessionid, or new session setup is broken?