Bug 819757
| Summary: | Can not view by click "year", "Month", "Week", "Day" ,"Pre","Next" in Events page. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | yquan <yquan> | ||||
| Component: | Website | Assignee: | Clayton Coleman <ccoleman> | ||||
| Status: | CLOSED CANTFIX | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 2.x | CC: | mcao, pruan, rmillner, yujzhang | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-06-18 15:25:50 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Moving this to low because those aren't terribly useful. We can exit this sprint like this (they've been broken for at least a sprint. I have also found this bug on devenv_1827. In Events page "/community/calendar", the linked URL of "Year" is "https://openshifttest.redhat.com/community//community/calendar/2012", and the linked URL of "Month","Week","Day" are separately redirected to "https://openshifttest.redhat.com/community//community/calendar/2012-06","https://openshifttest.redhat.com/community//community/calendar/2012-W22","https://openshifttest.redhat.com/community//community/calendar/2012-06-01". These URL are wrong Obviously. This is only a bug in the devenv, because the default configuration sets $base_url = "/community", which triggers a bug in how drupal generates URLs. In production we set $base_url to the full URL of the server which is why it works there. To verify locally with the workaround, open /etc/drupal6/default/settings.php and find the line with $base_url. Change it from '/community' to the fully qualified URL of your devenv, e.g.: $base_url = 'https://ec2-23-20-107-39.compute-1.amazonaws.com/community'; and then refresh the events page. It should be functional. *** Bug 855995 has been marked as a duplicate of this bug. *** |
Created attachment 582890 [details] The shot of year page Description of problem: While viewing by "year", "Month", "Week", "Day" in Events page, The content is blank. Version-Release number of selected component (if applicable): devenv_1761 How reproducible: always Steps to Reproduce: 1.Go to the openshift website. 2.Go to the community page. 3.Click the Events in left navigator bar. 4.Click the Calendar View 5.Click the "year", "Month", "Week", "Day" links. Actual results: The pages are gone. Expected results: The page should present correctly . Additional info: