Notifications
Clear all
Graveyard
1
Posts
1
Users
0
Reactions
1,570
Views
Topic starter
When I try to upgrade from 3.4.1 to 3.4.2 using Admin -->Archive Maintenance, I run into this problem:
Fatal error: Cannot redeclare class TemplatePower in /home/fanfiction/public_html/includes/class.TemplatePower.inc.php on line 881
This puzzles me since line 881 is what I bolded:
function getOutputContent()
{
ob_start();$this->printToScreen();
$content = ob_get_contents();
ob_end_clean();
return $content;
}
}
?>
Help please?
Posted : 04/04/2008 12:36 am