- Code: Select all
Parse error: parse error, expecting `')'' in /home/int2000/xxx/html/phpBB2/admin/admin_db_utilities.php on line 697
Thats what the error sayes, does anybody know what it means.
I havent noticed any trouble but i guess there is on sense that error dispayes in top left ac panel.
Edit
- Code: Select all
include('./page_footer_admin.'.$phpEx);
}
$tables = array(// Start add - Links MOD
$tables[] = 'links';
// End add - Links MOD$tables[] = 'links';'auth_access', 'banlist', 'categories', 'config', 'disallow', 'forums', 'forum_prune', 'groups', 'posts', 'posts_text', 'privmsgs', 'privmsgs_text', 'ranks', 'search_results', 'search_wordlist', 'search_wordmatch', 'sessions', 'smilies', 'themes', 'themes_name', 'topics', 'topics_watch', 'user_group', 'users', 'vote_desc', 'vote_results', 'vote_voters', 'words');
Line 697
- Code: Select all
$tables[] = 'links';
Am i supposed to ad `')'' somewhere in that line.

