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

Re: Help - urgent

Quote Reply
Re: Help - urgent In reply to
Your paths are ALL wrong!

Change the following codes:

Code:
$db_script_path = "/http/WirelessAdvisor/private-cgi-bin/links/admin";

to the following:

Code:
$db_script_path = "d:/http/WirelessAdvisor/private-cgi-bin/links/admin";

And change the rest of your path configs like above.

REMEMBER, you are NOT on a UNIX server and you CANNOT use UNIX path configurations. YOU must include the drive and COMPLETE absolute path in your path configurations.

Windows based servers will look for the DRIVE where your files are located....

NO DRIVE = NO FILE = ERROR MESSAGE

Regards,


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




Subject Author Views Date
Thread Help - urgent mjordn12 2521 Jan 14, 2000, 5:01 AM
Post Re: Help - urgent
Eliot 2460 Jan 16, 2000, 2:50 PM
Post Re: Help - urgent
mjordn12 2454 Jan 16, 2000, 5:26 PM
Post Re: Help - urgent
Eliot 2452 Jan 16, 2000, 6:02 PM