Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 266702

Summary: "Committers" main menu on eclipse.org renders empty page
Product: Community Reporter: Martin Oberhuber <mober.at+eclipse>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: karl.matthias, nathan
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
URL: http://www.eclipse.org/committers/
Whiteboard:

Description Martin Oberhuber CLA 2009-03-02 10:56:17 EST
Go to http://www.eclipse.org and click on the "committers" link in the top menu.
An empty page is rendered.
Comment 1 Nathan Gervais CLA 2009-03-02 11:16:50 EST
Thanks for the report Martin.  /committers should be back up now.  However the upcoming reviews are no longer appearing.

Karl,  i reverted your change to /projects/fragments/processes-page-table.php which removed the full path for the include.  

I use this file to get the upcoming reviews for display on the committers page, we need to find a solution for both.
Comment 2 Karl Matthias CLA 2009-03-02 12:54:18 EST
(In reply to comment #1)
> Karl,  i reverted your change to /projects/fragments/processes-page-table.php
> which removed the full path for the include.  

Full paths are evil for testing and development on local dev machines, so I put code in to make these relative unless it can't find the file in the weird cases like where it's getting called from outside the projects tree.  You still can't test this page from a dev box that doesn't have the website page deployed to /, though.