Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Problem with links

Quote Reply
Problem with links
Sorry for posting in discussion forum and have moved my post here.

Anyhow, I finally can access the admin.cgi and add categories plus a url. See http://www.mediamage.com/links/pages/

But when you click on Add a Link, Modify or Search, it takes user to wrong area.

Where do I fix this code?

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/home/mediamag/public_html/cgi-bin/links/admin";
$db_dir_url = "http://www.mediamage.com/cgi-bin/links/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://www.mediamage.com/cgi-bin/links";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/home/mediamag/public_html/links/pages";
$build_root_url = "http://www.mediamage.com/links/pages";
Quote Reply
Re: [Tawnya] Problem with links In reply to
Have you done a build all recently? The location to jump.cgi seems to match the URL you had previously in your links.cfg file.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Problem with links In reply to
I just went to post that I figured it out...did not build the sites (forgot that you have to do that).

Thanks again :)