Error: Can't add Links in acp

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 !

Error: Can't add Links in acp

Postby Cloud2 on Sat 07. Feb, 2004 20:29

Hi,

When I add a link in acp, the error: "It seams, that you are trying to add a link when no sub category exist, please add one as the first" occures, but i have already add a sub category 8O
So what's the problem?

btw: Since I installed this hack, in acp occures also the error: "Parse error: parse error, unexpected ';', expecting ')' in /www/htdocs/seraphin/forum/admin/admin_db_utilities.php on line 696"
Cloud2
Poster
Poster
 
Posts: 1
Joined: Sat 07. Feb, 2004 20:25

Postby Hazzastalavista on Sat 15. May, 2004 18:20

You've probably sorted it by now, but just in case...

In the instructions for......
Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
admin/admin_db_utilities.php

#
#-----[ FIND ]------------------------------------------
#
$tables = array(
#
#-----[ AFTER, ADD ]------------------------------------------
#
$tables[] = 'links';


I was getting the same error as you, so I changed this and it worked nicely.

Code: Select all
$tables[] = 'links';
to
Code: Select all
$tables[] = 'links',
Hazzastalavista
Poster
Poster
 
Posts: 1
Joined: Sat 15. May, 2004 18:13


Return to Links [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron