Closed (fixed)
Project:
Sky
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2008 at 05:21 UTC
Updated:
9 Apr 2008 at 00:38 UTC
Is a resolution coming out soon? I like the theme very much and waiting.
Thanks
Comments
Comment #1
kody commentedI'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:
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:
But at least the forum works! Hope this works as a temporary solution for some people...
Comment #2
kunal981 commentedYour solution definately works however those warnings really look very ugly. I hope someone brings out a way through soon.
Anway Thanks
Comment #3
vegera commentedReplace:
array('data' => $forum->last_reply, 'class' => 'last-reply'));
Bye.
Joe
Comment #4
jacineIncluding 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.