Quote:
Originally Posted by hello
ok i have found another problem, when you go to modcp it says
"Parse error: parse error, unexpected T_STRING in /home/volution/public_html/forums/modcp/index.php on line 348" and on that line is "print_nav_panel();"
|
Right above that line, you should have the followings:
PHP Code:
$printhr = true ;
construct_nav_option ( 'View Issued Warnings', 'mod_warn.php', '<br />' ) ;
construct_nav_group ( 'Warning System', '<hr />' ) ;
Maybe you have copied this part, wrong? A missing semi-colon or a missing quote? It works for me.