Missing Forum Index when Advanced Forum enabled

Maedi - October 10, 2009 - 18:02
Project:Advanced Forum
Version:6.x-2.0-alpha1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

I've recently upgraded from 5 to 6. When AF is enabled, the forum categories themselves are not visible. When AF is disabled, the forum categories are visible. Could this behavior be related with http://drupal.org/node/90214 ?

If you'd like to take a look, AF is enabled right now:
http://sourdough.com/forum

Switching AF themes doesn't help. Topic listings and topics themselves are working fine.

Thanks,
Maedi

#1

Maedi - October 12, 2009 - 14:50

I've printed $variables from 'advanced_forum.naked.forums.tpl.php' which shows that there are no forums coming through, so the problem is not at the theme layer.

<?php
Array
(
    [
template_files] => Array
        (
            [
0] => forums-containers
           
[1] => forums-0
           
[2] => forums-containers-0
           
[3] => advanced_forum.forums
           
[4] => advanced_forum.naked.forums
       
)

    [
forums] =>
       


    [
topics] =>
    [
parents] => Array
        (
        )

    [
tid] => 0
?>

#2

Maedi - October 12, 2009 - 15:06

Downgrading to 6 - 1.0 on a local setup solves the problem.

#3

Michelle - October 13, 2009 - 15:22
Status:active» postponed (maintainer needs more info)

Hmm... That's very strange. Do you have Page Manager enabled? I haven't tested 2.x without PM enabled, yet. It's possible there's a bug there.

Michelle

#4

Maedi - October 14, 2009 - 13:20

I did have page manager enabled but disabling and clearing Drupal's cache had no effect. I'll try disabling a few modules and see if I get lucky...

#5

Michelle - October 14, 2009 - 17:04
Status:postponed (maintainer needs more info)» active

Well, my concern was that it wasn't working without Page Manager. So, if you had it enabled, that's not the problem. I can't think of anything else that could be causing this... It's never happened to me. Will leave this active for now until we're sure it's not a bug.

Michelle

 
 

Drupal is a registered trademark of Dries Buytaert.