Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [pugdog] Recommend_it 2.1.0: Edit Log

Here is the list of edits for this post
Re: [pugdog] Recommend_it 2.1.0
Hey Pugdog,

I have changed the headers, and they now look like this:
Code:
# Load required modules.
# ---------------------------------------------------
use strict;
use lib '/path/to/my/admin'; ## you need to set this to your own local path!
use Links qw/$IN $DB $CFG $USER/; ## initialize the Database, CGI and other basic objects.
use Links::SiteHTML;
use Links::init ('/path/to/my/admin';) # Required in _ALL_ scripts for Gossamer Community compatibility
use Links::init_user ('/path/to/my/admin';) # Optional -- if $USER is defined in the above line, this line is necessary.
use Links::Authenticate;
use GT::Mail;
use Links::Plugins;
use vars qw/$REC_CFG/;

I think this is what you suggested. I made sure that the file was chmod 'ed to 755 and a text document.

Still getting an Internal Server error. Can you help me out?

Last edited by:

Evoir: Apr 10, 2002, 12:35 AM

Edit Log: