Gossamer Forum
Home : Products : Gossamer Links : Discussions :

A Fatal error

Quote Reply
A Fatal error
I purshased a licence today and after downloading it and installing it, I was quite impressed.

The installation was finished in just 5 minutes!

But, after playing around a while I came up with a fatal error in the Home-page-->Validate reviews


A fatal error has occured: Can't use an undefined value as a HASH reference at /home/public_html/admin/Links/Tools.pm line 1107.

I went to Tools.pm and saw the line at 1107

1107# Load reason.
my $reason = Links::send_email('review_rejected.eml', { %$user, %$link, %$review }, { get_body => 1 });


What can be the reason for this error? How can I get it back to work?

thnx


Raey

Last edited by:

raeyo: Aug 30, 2005, 1:15 PM
Quote Reply
Re: [raeyo] A Fatal error In reply to
That's strange. That means either the user who submitted the link doesn't exist, or the link doesn't exist. If you send me admin login information, I can take a look at it for you.

Adrian
Quote Reply
Re: [brewt] A Fatal error In reply to
Pm sent

Raey
Quote Reply
Re: [raeyo] A Fatal error In reply to
It should be fixed now. A review was present for a link that wasn't in the database. That shouldn't normally happen - did you delete a link manually through MySQL?

Adrian
Quote Reply
Re: [brewt] A Fatal error In reply to
nope. I was just adding a user (on the site) and tried to write a review to a link.

Then this error message came. I don't know if this action is linked to the fatal error.

Raey