Parse error in ac panel after instalation

A mod witch will add a new links page to your froum.
fully ACP insterface, from where you may add/delete and update link categorys/sub categorys and links.

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Parse error in ac panel after instalation

Postby volf on Mon 08. Mar, 2004 19:18

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.
volf
Poster
Poster
 
Posts: 6
Joined: Sun 07. Mar, 2004 16:23

Postby Anders on Mon 22. Mar, 2004 18:30

Hi,
I get the same error.
Also when I delete one of my links they are ALL deleted at the same time and leave a couple of empty cells. When I try to delete the empty cells a new admin window opens in the old one and I therefore can’t delete them. Beats me. :?
I did the coding all over again but I still got the same problem. I use V.2.0.6.
Regards
Anders
Anders
Poster
Poster
 
Posts: 2
Joined: Fri 27. Feb, 2004 17:26
Location: Denmark

Postby volf on Mon 22. Mar, 2004 18:47

For me the problem was that 1 of the 84 other mods i had installed overlapped part of the code, couldnt fix it but other than the error everything worked fine, i instaled a portal mod so dont need this anymore, but i was a pretty cool way to ad links. :D
volf
Poster
Poster
 
Posts: 6
Joined: Sun 07. Mar, 2004 16:23

Postby Bugman on Thu 01. Apr, 2004 16:22

I have this problem too, help please!

Bugman
Bugman
Poster
Poster
 
Posts: 2
Joined: Thu 01. Apr, 2004 16:15

Fixed!

Postby Bugman on Thu 01. Apr, 2004 16:45

Fixed, its rather simple:

Old Code
Code: Select all
Start add - Links MOD
$tables[] = 'links';
// End add


New code
Code: Select all
// Start add - Links MOD
'links',
// End add - Links MOD
Bugman
Poster
Poster
 
Posts: 2
Joined: Thu 01. Apr, 2004 16:15


Return to Links [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron