Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Can't use string ("GT::Mail")

Quote Reply
Can't use string ("GT::Mail")
At first: Sorry for my bad english!

If I try to send an entry, I get the following report:

A fatal error has occured:

Can't use string ("GT::Mail") as a HASH ref while "strict refs" in use at /www/fetischfinder/cgi-bin/fetisch/admin/GT/Mail.pm line 169.

Please enable debugging in setup for more details.


Can somebody help ?
Sorry for my bad english again !

Michael (from Germany)

Quote Reply
Re: Can't use string ("GT::Mail") In reply to
Hi,

This was a problem on earlier versions. Please make sure you are using the latest version (2.0.0). What version of GT::Mail are you using:

# $Id: Mail.pm,v 1.22 2001/01/30 09:37:27 sbeck Exp $

What does your copy say?

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Can't use string ("GT::Mail") In reply to
Thanks Alex !
it works now!

I am interested in the Recip Link Checker for Links SQL. You write in your Description (http://www.gossamer-threads.com/scripts/resources/Detailed/938.html):

>>>> In Links.pm <<<<
# This should be the URL (start with http://) to the directory where your
# admin files are. No trailing slash.
$LINKS{admin_root_url} = "http://server/linkssql/cgi-bin/admin";

Add:
# Link to check for on other sites
$LINKS{site_check} = "www.yourdomain.com";
# Path to the HTML file that will be generated.
$LINKS{recip_report} = "/path/to/recip.html"; # PATH to recip report.
# URL to where the recip.html will be.
$LINKS{report_url} = "http://www.yourdomain.com/path/to/recip.html";
# URL to where your recip.cgi script is.
$LINKS{report_cgi} = "http://www.yourdomain.com/path/to/recip.cgi";

But I cannot find any entry in Links.pm which like '$LINKS{admin_root_url} = '.
At which place must I carry out the changes?

Thanks for your Support !

Sorry for my bad english !!!!