Gossamer Forum
Home : Products : Gossamer AutoRespond : Discussion :

A fatal error has occured:

Quote Reply
A fatal error has occured:
A fatal error has occured:
GT::Template::Parser (21325): Unable to locate template file 'admin_email_user_welcome.txt' in '/home/autoresponder/private/templates' or any inheritance directories at GT::Template::_compile_template line 645.

Please enable debugging in setup for more details.

I think this is a bug that needs to be fixed. This is the second time this has happened. I think its missing the 'admin_email_user_welcome.txt'
Quote Reply
Re: [ken707] A fatal error has occured: In reply to
Is this the newest version of autoresponder? if so, find the line:
my $email_message = GT::Template->parse('admin_email_user_welcome.txt',{%$user,%$CFG},{root => "$CFG->{private_files_path}/templates"});

and change it to

my $email_message = GT::Template->parse('admin_email_user_welcome.txt',{%$user,%$CFG},{root => "$CFG->{private_files_path}/templates/$t"});

in the Admin.pm file found in private/AutoRes directory.

Thanks,
Mel
Mel Goulet
Developer - Gossamer Threads, Inc.