Quote:
Originally Posted by Lynne
What is on line 394 of adminfunctions.php?
|
It doesn't matter, the error says
Quote:
Originally Posted by jeanvg
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/abrahaml/public_html/includes/adminfunctions.php on line 394
|
Which means there's something wrong with line 393 instead.
PHP Code:
/* 393 */ if (!defined('IS_NAV_PANEL') AND !defined('NO_PAGE_TITLE') AND VB_AREA != 'Upgrade' AND VB_AREA != 'Install')
/* 394 */ {
/* 395 */ echo "\n</div>";
/* 396 */ }
/* 397 */ echo "\n</body>\n</html>";
It shouldn't be expecting either a comma or a semicolin...