MantisBT - CDash
View Issue Details
0010213CDashpublic2010-02-01 02:592010-07-26 04:51
Rolf Eike Beer 
Julien Jomier 
normalminoralways
closedfixed 
1.7 
1.6 
0010213: Can not show solved build warnings when using PostgreSQL
viewBuildError.php?type=1&onlydeltan&buildid=31 reports "Fatal error: Call to a member function fetch() on a non-object in /.../cdash/cdash/pdo.php on line 121". When I remove the second while loop for that case (viewBuildError.php lines 158-209) it works fine.
No tags attached.
Issue History
2010-02-01 02:59Rolf Eike BeerNew Issue
2010-02-01 12:00Julien JomierStatusnew => assigned
2010-02-01 12:00Julien JomierAssigned To => Julien Jomier
2010-02-01 12:03Julien JomierNote Added: 0019407
2010-04-16 13:39Julien JomierStatusassigned => resolved
2010-04-16 13:39Julien JomierFixed in Version => 1.6
2010-04-16 13:39Julien JomierResolutionopen => fixed
2010-07-26 04:51Rolf Eike BeerNote Added: 0021477
2010-07-26 04:51Rolf Eike BeerStatusresolved => closed

Notes
(0019407)
Julien Jomier   
2010-02-01 12:03   
I think I know what the problem is with this one. I added two fields to the buildfailure table yesterday and you will have to add them manually to your buildfailure table:

  "crc32" bigint DEFAULT '0' NOT NULL,
  "newstatus" smallint DEFAULT '0' NOT NULL,

Let me know if that works.
(0021477)
Rolf Eike Beer   
2010-07-26 04:51   
Works now.