Fatal error: Cannot redeclare phptemplate_forum_list() (previously declared in /home/anim/public_html/sites/all/modules/advanced_forum4242/advanced_forum.module:176) in /home/anim/public_html/themes/firefly/template.php on line 213

i added to my template.php

function _phptemplate_variables($hook, $vars) {
if (module_exists('advanced_forum')) {
$vars = advanced_forum_addvars($hook, $vars);
}

return $vars;
}

Comments

michelle’s picture

That means your theme already has a theme override on the forum functions. You'll need to comment out one or the other.

Michelle

michelle’s picture

Status: Active » Fixed

Forgot to change the status when I answered it.

Michelle

brianV’s picture

This can be caused if you install advanced_forum without fully removing flatforum previously, as an example.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.