MantisBT - CDash | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010071 | CDash | public | 2009-12-21 04:46 | 2009-12-21 10:05 | |
| Reporter | Frank Stappers | ||||
| Assigned To | Julien Jomier | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 1.4 | ||||
| Target Version | Fixed in Version | 1.6 | |||
| Summary | 0010071: Empty iphone project page | ||||
| Description | After selecting a project in CDash for the iphone, an empty page is generated. Investigation shows that in the file "iphone/project.php", the files "index.php" and "models/project.php" located relatively from the root of the CDash folder, should have been included once. Included a diff that solves this issue. OS: OpenSuse 11.2 uname: 2.6.31.5-0.1-default, x86_64 Server version: Apache/2.2.13 (Linux/SUSE) Server built: Oct 27 2009 16:39:38 PHP: 5.3.0 (cli) (built: Oct 27 2009 17:33:37) mysql: Ver 14.14 Distrib 5.1.36, for suse-linux-gnu (x86_64) using readline 6.0 | ||||
| Steps To Reproduce | |||||
| Additional Information | Diff: 7,8c7,8 < include("../index.php"); < include("../models/project.php"); --- > include_once("../index.php"); > include_once("../models/project.php"); 19c19 < ?> \ No newline at end of file --- > ?> | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-12-21 04:46 | Frank Stappers | New Issue | |||
| 2009-12-21 10:05 | Julien Jomier | Status | new => assigned | ||
| 2009-12-21 10:05 | Julien Jomier | Assigned To | => Julien Jomier | ||
| 2009-12-21 10:05 | Julien Jomier | Note Added: 0018957 | |||
| 2009-12-21 10:05 | Julien Jomier | Status | assigned => closed | ||
| 2009-12-21 10:05 | Julien Jomier | Resolution | open => fixed | ||
| 2009-12-21 10:05 | Julien Jomier | Fixed in Version | => 1.6 | ||
| Notes | |||||
|
|
|||||
|
|
||||