Gossamer Forum
Home : Products : Links 2.0 : Customization :

ERROR HELP

Quote Reply
ERROR HELP
Error including libraries: syntax error at /site_html_templates.pl line 415, near "/a></strong"
Unmatched right bracket at /site_html_templates.pl line 420, at end of line
syntax error at /site_html_templates.pl line 420, near "}"

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

---------------------

Anyone help?
Quote Reply
Re: [ricknuttz] ERROR HELP In reply to
Sorry my psychic powers are weak today.

How about showing us what you have from lines 410 - 425
Quote Reply
Re: [Paul] ERROR HELP In reply to
409-427..




# Don't forget to end the unordered list..
$output .= "</td></tr></table></div>\n";
return $output;
}

1;ame</a></strong> <small class="numlinks">($numlinks)</small> |;
$output .= qq|<small><sup class="new">new</sup></small>| if (&days_old($mod) < $db_new_cutoff);
$output .= qq|</dt>|;
$output .= qq|<dd><span class="descript">$description </span></dd>| if (!($description =~ /^[\s\n]*$/));
$output .= qq|</dl>|;
}

# Don't forget to end the unordered list..
$output .= "</td></tr></table></div>\n";
return $output;
}

1;
Quote Reply
Re: [ricknuttz] ERROR HELP In reply to
Looks like you got some duplicated code... try removign this and see what happens.
Code:
1;ame</a></strong> <small class="numlinks">($numlinks)</small> |;
$output .= qq|<small><sup class="new">new</sup></small>| if (&days_old($mod) < $db_new_cutoff);
$output .= qq|</dt>|;
$output .= qq|<dd><span class="descript">$description </span></dd>| if (!($description =~ /^[\s\n]*$/));
$output .= qq|</dl>|;
}

# Don't forget to end the unordered list..
$output .= "</td></tr></table></div>\n";
return $output;
}

--Philip
Links 2.0 moderator
Quote Reply
Re: [King Junko II] ERROR HELP In reply to
Thank you.



The problem was fixed.