View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010071CDashpublic2009-12-21 04:462009-12-21 10:05
ReporterFrank Stappers 
Assigned ToJulien Jomier 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.4 
Target VersionFixed in Version1.6 
Summary0010071: Empty iphone project page
DescriptionAfter 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
Additional InformationDiff:

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
---
> ?>
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0018957)
Julien Jomier (manager)
2009-12-21 10:05

Should be fixed in 1.6. Thanks for the report.

 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


Copyright © 2000 - 2018 MantisBT Team