View Issue Details

IDProjectCategoryView StatusLast Update
0000128WackoWikiappearancepublic2009-08-19 09:38
Reporteradministrator Assigned ToTann San  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product Version4.2 
Target Version4.3.rcFixed in Version4.3.rc 
Summary0000128: Print Version | Theme is corrupt:
Description?
Additional Information/classes/wacko.php

 function Header($mod="") {
// $this->StopLinkTracking();
   $result = $this->IncludeBuffered("header".$mod.".php", "Theme is corrupt: ".$this->GetConfigValue("theme"), "", "themes/".$this->GetConfigValue("theme")."/appearance");
// $this->StartLinkTracking();
   return $result;
  }

 function Footer($mod="") {
// $this->StopLinkTracking();
   $result = $this->IncludeBuffered("footer".$mod.".php", "Theme is corrupt: ".$this->GetConfigValue("theme"), "", "themes/".$this->GetConfigValue("theme")."/appearance");
// $this->StartLinkTracking();
   return $result;
 }
TagsNo tags attached.

Activities

Tann San

2007-11-05 20:11

manager   ~0000193

"Theme is corrupt" was being displayed at the end of each Print view due to none of the themes having a "footerprint.php" file. I made one up and copied it to each theme.

Issue History

Date Modified Username Field Change
2007-11-05 10:39 administrator New Issue
2007-11-05 10:39 administrator Legacy => NEW
2007-11-05 20:08 Tann San Status new => assigned
2007-11-05 20:08 Tann San Assigned To => Tann San
2007-11-05 20:11 Tann San Status assigned => resolved
2007-11-05 20:11 Tann San Fixed in Version => 5.0.0
2007-11-05 20:11 Tann San Resolution open => fixed
2007-11-05 20:11 Tann San Note Added: 0000193
2009-08-19 09:22 administrator Fixed in Version 5.0.0 => 4.3.rc
2009-08-19 09:38 administrator Target Version 5.0.0 => 4.3.rc
2010-03-08 10:10 administrator Category Appearance => appearance