I've installed Kunena 1.5.3 successfully on Joomla! 1.5.11 hosted on IIS7. I could see the installation success screen after the installation.
I've created a menu in order to view the forum for the first time.
krianxscout.com/index.php?option=com_kunena&Itemid=54
.
However, I get an error page when trying to view the forum.
The error message is as follow:
PHP Notice: Undefined variable: objCatInfo in C:\Domains\krianxscout\krianxscout.com\wwwroot\components\com_kunena\template\default_ex\flat.php on line 100
PHP Notice: Trying to get property of non-object in C:\Domains\krianxscout\krianxscout.com\wwwroot\components\com_kunena\template\default_ex\flat.php on line 100
I've looked at the code involved:
Code:
<table class = "fb_blocktable<?php echo $objCatInfo->class_sfx; ?>" id = "fb_flattable" border = "0" cellspacing = "0" cellpadding = "0" width="100%">
Hope someone here can point out what have I done wrong or where to get the solution for this problem.
Thanks.