Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Question in Links2 -- Please Help!

Quote Reply
Question in Links2 -- Please Help!
I get this error message when I try to do various things including rating, and when i click on ad a resource:

"Error including libraries: Can't locate /db_utils.pl at /usr/local/plesk/apache/vhosts/freestuffheaven.com/cgi-bin/links/add.pl line 31.

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

Where is the error at in which file? Please help! Do I chmodd db_utils.pl? (I changed add.cgi, search.cgi, rate.cgi etc. to a .pl extension, is that the reaosn i might be getting this error message?)

Help is very much appreciated, thanks alot


Dan Gessler
Quote Reply
Re: Question in Links2 -- Please Help! In reply to
Uh...as mentioned quite a few times in the Links 2.0 Installation -UNIX forum (where BTW, this type of post should go), you need to include the FULL PATH to the links.cfg file in your .cgi files.

Example:

Code:

require "/full/path/to/cgi-bin/links/admin/links.cfg";


And if you search for the error message you receive, like:

Can't locate db_utils.pl

(click on the above search link)

Then you will find MANY Threads where this has been discussed before.

Regards,

Eliot Lee