Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Recommend_It (500 server Error)

Quote Reply
Recommend_It (500 server Error)
Andy, Im using links SQL 2.0 with Recommend a Link - v. 2.01.00

I get :

Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@XXXXX.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache/1.3.37 Server at www.XXXXXXXX.com Port 80
www.sagnetwork.com - Internet Portal
Quote Reply
Re: [tazmear] Recommend_It (500 server Error) In reply to
Hi,

Its more than likely (in recommend_it.cgi), the following lines were not correctly updated:

Code:
use lib '';

..and...

Code:
Links::init();

They should look like (if the path to your admin folder is, for example /home/user/domain/cgi-bin/links/admin):


Code:
use lib '/home/user/domain/cgi-bin/links/admin';

..and...

Code:
Links::init('/home/user/domain/cgi-bin/links/admin');

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!