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

cant add link and category

Quote Reply
cant add link and category
Hello,

i'm using xitami with perl activatestate. when i want to add either link or category, and press ADD. instead of saying Link or Category added, another admin.cgi appear in the link.

can someone help me please?

thanx
Quote Reply
Re: cant add link and category In reply to
Make sure that you are using the complete absolute paths including the drive where the files are located in the require lines in the admin.cgi file, like the following:

Code:
require "C:/Webserver/cgi-bin/links/admin/links.cfg";
require "C:/Webserver/cgi-bin/links/db.pl";
require "C:/Webserver/cgi-bin/links/db_utils.pl";
require "C:/Webserver/cgi-bin/links/admin_html.pl";

Best of luck,

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