Is a resolution coming out soon? I like the theme very much and waiting.
Thanks

Comments

kody’s picture

I'm not a coder really, but I found a way to get around the forum bug.

For me, the bug spits out the fatal error message:
Fatal error: Call to undefined function _forum_format() in /drupal/themes/sky/advforum/forum-list.tpl.php on line 52

Line 52 is:
array('data' => _forum_format($forum->last_post), 'class' => 'last-reply'));

So, I simply got rid of the function call to see what happened.
Line 52 is now:
array('data' => ($forum->last_post), 'class' => 'last-reply'));

And the forum works, kinda.
Now I get the error:
recoverable fatal error: Object of class stdClass could not be converted to string in /home/kody/public_html/drupal/includes/theme.inc on line 1640.

But at least the forum works! Hope this works as a temporary solution for some people...

kunal981’s picture

Your solution definately works however those warnings really look very ugly. I hope someone brings out a way through soon.
Anway Thanks

vegera’s picture

Replace:

array('data' => $forum->last_reply, 'class' => 'last-reply'));

Bye.
Joe

Jacine’s picture

Status: Active » Closed (fixed)

Including support the advanced forum module in its less than production ready state, and not thoroughly testing the affects it would have on Drupal 6 was the reason for this issue. I apologize that you had an issue on your site because of it. Because the module is not "production" ready, it has been removed from the this theme for now. When an official version of the module has been released, I will figure out the best way to add it back.

You can fix your local copy by removing the entire advforum directory from the sky theme.