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

Problems with admin.cgi

Quote Reply
Problems with admin.cgi
Using Xitami, all the cgi pages display just blank pages.

When trying admin.cgi from the command line, I get the following errror "Can't locate .cfg in &INC (&INC contains D:/perl/site/lib)"

I am using the latest version of ActivePerl.

Can anyone help me?

Regards

James
Quote Reply
Re: Problems with admin.cgi In reply to
Make sure that you are properly referencing the configuration file in the admin.cgi file, like the following:

Code:
require "C:/path/to/links.cfg";

Change C:/path/to to the correct drive and directory path on your server.

Regards.


------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------