MantisBT - CDash
View Issue Details
0010071CDashpublic2009-12-21 04:462009-12-21 10:05
Frank Stappers 
Julien Jomier 
normalminoralways
closedfixed 
1.4 
1.6 
0010071: Empty iphone project page
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
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
---
> ?>
No tags attached.
Issue History
2009-12-21 04:46Frank StappersNew Issue
2009-12-21 10:05Julien JomierStatusnew => assigned
2009-12-21 10:05Julien JomierAssigned To => Julien Jomier
2009-12-21 10:05Julien JomierNote Added: 0018957
2009-12-21 10:05Julien JomierStatusassigned => closed
2009-12-21 10:05Julien JomierResolutionopen => fixed
2009-12-21 10:05Julien JomierFixed in Version => 1.6

Notes
(0018957)
Julien Jomier   
2009-12-21 10:05   
Should be fixed in 1.6. Thanks for the report.