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

Error including libraries

Quote Reply
Error including libraries
I am receiving the following error after the going to admin.cgi for the first time any clues on what is causing this???

Error including libraries: Missing braces on \N{} at D:/inetpub/Elyria.com/cgi-bin/links/admin/links.cfg line 33, near "$build_root_path"
Compilation failed in require at D:\inetpub\Elyria.com\cgi-bin\links\admin\admin.cgi line 27.

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

I have specified the path to links.cfg in admin.cgi as follows:

require "D:/inetpub/Elyria.com/cgi-bin/links/admin/links.cfg";

and the paths in the links.cfg as follows:

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "D:/inetpub/Elyria.com/cgi-bin/links/admin";
$db_dir_url = "http://www.elyria.com/cgi-bin/links/admin";

Any ideas on what this could be caused by???

Quote Reply
Re: Error including libraries In reply to
Never Mind figured it out.
had a \ where i should have had a /