Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Build problem using Yahoo templates

Quote Reply
Build problem using Yahoo templates
I just began getting the following error.
Quote:
Error including libraries: Bad name after cgi' at /home/httpd/virtual-domains/fishhoo/cgi-bin/links/admin/templates.cfg line 68.

Make sure they exist, permissions are set properly, and paths are set correctly

Line 68 is refering to the area that starts # Near the bottom on all the pages but the home page. Line 68 is $event_url = 'http://www.fishhoo.com/cgi-bin/pod.cgi';

The following is the complete templates.cfg
Quote:
# -------------
# Links
# -------------
# Links Template Manager
#
# File: templates.cfg
# Description: Contains all the setup variables.
# Author: Nicholas Clark
# Email: ceglobe@ceglobe.com
# Web: http://www.ceglobe.com/
# Version: 2.0b5
#
# Uses Links 2.0 by,
# (c) 1998 Gossamer Threads Inc.
#
# This script is not freeware! Please read the README for full details
# on registration and terms of use.
# =====================================================================

# Stuff that will change the look of all the pages

$build_site_title = 'FishHoo! Search Index for Fishermen';

# Originally a teal color
$color1 = '#a0b8c8';

# Originally a yellow color. Seen on home page.
$color2 = '#ffffcc';

# Originally a gray color. Background for news and features on home page.
$color3 = '#dcdcdc';

# Originally a light gray color. Used as background for the Site Menu on the pages except home.
$color4 = '#EEEEEE';

# Originally a dark gray color. Border around the site menu.
$color5 = '#808080';

# Originally a semi-light gray color. Border around the special links table.
$color6 = '#cccc99';

# Originally a khaki color. Right on top of the special links table.
$color7 = '#cccccc';

# Goes on the right of every page but home page. Links to special pages on your site

$special1 = 'Suggest A Catagory';
$special_url1 = 'http://www.fishhoo.com/fishhoo_suggestcat.htm';

$special2 = 'Contact The Webmaster';
$special_url2 = 'mailto:webmaster@fishhoo.com';

$special3 = 'Recommend FishHoo!';
$special_url3 = 'http://www.fishhoo.com/fishhoo_tellafriend.htm';

$special4 = 'FishHoo! Opportunities';
$special_url4 = 'http://www.fishhoo.com/opportunities.htm';

# Logos - Logob is on the homepage, logos is the small logo on the top left of every other page

$logob = 'http://www.fishhoo.com/fishhoo-big.gif';
$logos = 'http://www.fishhoo.com/fishhoo-sml.gif';

# Near the bottom on all the pages but the home page

$event = 'Try the FishHoo! Open Directory';
$event_desc = 'Trouble finding what you're looking for';
$event_url = 'http://www.fishhoo.com/cgi-bin/pod.cgi';

# Goes on the bottom of all pages

$copyright = 'Copyright © 1999 FishHoo!<br>All Rights Reserved';

# Right Column on the Home Page

$news1 = 'Trade-A-Trip';
$news_url1 = 'http://www.outdoorsite.com/fishhoo/trade_a_trip.html';

$news2 = 'Find-A-Partner';
$news_url2 = 'http://www.outdoorsite.com/fishhoo/find_a_partner.html';

$news3 = 'Book-A-Trip';
$news_url3 = 'http://www.wheretofish.com/fishhoo/';

$news4 = 'Webmasters Pick';
$news_url4 = 'http://www.fishhoo.com/pick.htm';

$news_more = '';
$news_more_url = '';

# Right Column on the Home Page - Under News Stories

$feature1 = 'Suggest A Catagory';
$feature_url1 = 'http://www.fishhoo.com/fishhoo_suggestcat.htm';
$feature_desc1 = '';

$feature2 = 'Contact The Webmaster';
$feature_url2 = 'mailto:webmaster@fishhoo.com';
$feature_desc2 = '';

$feature3 = 'Recommend FishHoo!';
$feature_url3 = 'http://www.fishhoo.com/fishhoo_tellafriend.htm';
$feature_desc3 = '';

$feature4 = 'FishHoo! Opportunities';
$feature_url4 = 'http://www.fishhoo.com/opportunities.htm';
$feature_desc4 = '';

$feature_more = '';
$feature_more_url = '';
#Top of Home Page

$highlight1 = 'FishHoo! Auctions';
$highlight_url1 = 'http://www.fishhoo.com/cgi-bin/auction.cgi';
$highlight_desc1 = 'Sell Your Stuff';

$highlight2 = 'FishHoo! Forums';
$highlight_url2 = 'http://www.fishhoo.com/cgi-bin/ubbcgi/Ultimate.cgi';
$highlight_desc2 = 'For The Well Informed Angler';

1;

Really could use some help with this. Can't build my pages.

------------------
Will
Webmaster
FishHoo! Search index for Fishermen
http://www.fishhoo.com
Quote Reply
Re: Build problem using Yahoo templates In reply to
Fixed it. Must have been the ' in you're.

------------------
Will
Webmaster
FishHoo! Search index for Fishermen
http://www.fishhoo.com
Quote Reply
Re: Build problem using Yahoo templates In reply to
That would be it. You need to write it as:

$event_desc = 'Trouble finding what you\'re looking for';
Quote Reply
Re: Build problem using Yahoo templates In reply to
Thanks Bobsie, that did the trick.

------------------
Will
Webmaster
FishHoo! Search index for Fishermen
http://www.fishhoo.com