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:
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. ***