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

Substitution Pattern Error

Quote Reply
Substitution Pattern Error
I get this erro and i went into the links.cfg scrpit and could not figure out what to do. Please help.

This is the error i got:

Error including libraries: Substitution pattern not terminated at admin/links.cfg line 136. Make sure they exist, permissions are set properly, and paths are set correctly.
Quote Reply
Re: Substitution Pattern Error In reply to
and the lines surrouind and including 136 are?

--mark
Quote Reply
Re: Substitution Pattern Error In reply to
They are:

# The script can now break up category pages that have more then x
# number of links in it. It will also create next and previous links
# to help navigate. Set this to 1 if you want to break up pages or 0 if
# you want to have only one page per category.
# Setting this to one, will also break up the What's New pages into
# per day sections (not affected by number of links per page).
$build_span_pages = 1;

# Number of links per page.
$build_links_per_page = 10;

# Detailed View: The script can build a single html page per link. This is
# great if you have a review in your database. To enable, you must set
# the directory where all the pages will be stored, the url to that directory
# and set the enable option.
$build_detailed = 0;
$build_detail_path = "$build_root_path/Detailed";
$build_detail_url = "$build_root_url/Detailed";

# Use Templates: instead of editing site_html.pl, you can edit regular html pages
# encoded with special <%links_tags%>. It's not as flexible as site_html.pl, but it
# may be easier.
$build_use_templates = 1;