Closed (fixed)
Project:
Advanced Forum
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2007 at 06:52 UTC
Updated:
25 Dec 2007 at 00:23 UTC
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
Comment #1
michelleThat means your theme already has a theme override on the forum functions. You'll need to comment out one or the other.
Michelle
Comment #2
michelleForgot to change the status when I answered it.
Michelle
Comment #3
brianV commentedThis can be caused if you install advanced_forum without fully removing flatforum previously, as an example.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.