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

IE problems...

Quote Reply
IE problems...
I installed Links 2.0 on a UNIX server ( Virtual Avenue ) and accessed with Internet Explorer 4 the admin.cgi file. But then, he gave me the error message "PlugIn did not initialize correctely". What shall I do?
Quote Reply
Re: IE problems... In reply to
The problem is with the require line to the links.cfg (which has been discussed before in this Forum, BTW).

Make sure that you have the complete ABSOLUTE PATH to your links.cfg file in the following line in the admin.cgi file:

Code:
require "links.cfg";

Change it to the following:

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

Change /absolute/path/to/ to the complete ABSOLUTE PATH in your server.

Hope this helps.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums