While I added a new new forum after Admin Login. The new forum is created. When I am trying to edit this forum I am getting this error on the top of the banner as:-
Notice: Undefined variable: fIconWidth in C:\wamp\www\forums\bb_admin.php on line 81
Notice: Undefined variable: fIconHeight in C:\wamp\www\forums\bb_admin.php on line 81The code of bb_admin.php on lien no 81 is:-
$fast.="<img src=\"{$GLOBALS['main_url']
}/img/forum_icons/{$row[4]}\" style=\"width:{$fIconWidth}px;height:{$fIconHeight}px\" alt=\"Forum icon\" /> <b><a href=\"{$GLOBALS['main_url']}/{$GLOBALS['bb_admin']}action=editforum2&forumID={$row[0]}\">{$row[1]}</a></b> [ORDER: {$row[3]}] - <span class=\"txtSm\">{$row[2]} </span> <a href=\"{$GLOBALS['main_url']}/{$GLOBALS['bb_admin']}action=move&where=1&forumID={$row[0]}\">↑</a> <a href=\"{$GLOBALS['main_url']}/{$GLOBALS['bb_admin']}action=move&where=0&forumID={$row[0]}\">↓</a><br />";
I have checked the code. Everything fine. But I dont know how to resolve this issue.
Any helpn this? Thanks in advance.