Gossamer Forum
Home : Products : DBMan : Customization :

forward record with images

Quote Reply
forward record with images
Hi everyone,

I am having a bit of trouble with the forward record with images mod

I keep getting the error "DBMan encountered an internal error. Please enable debugging to view." Unfortunately when I enable debugging I get the same error with no other text

However, in the default.cfg if I change

# Tell Dbman to use SMTP perl module
use Mail::Sender;

to

# Tell Dbman to use SMTP perl module
# use Mail::Sender;

the remark (#) allows dbman to operate again however I get a fatal error when I try to send the record to a friend.

Error Message : fatal error: Can't locate object method "new" via package "Mail::Sender" at db.cgi line 1337.

My guess is that the Mail::Sender module isn't working properly. Here is what I did.

I created a folder with in DBMan called Mail (chmod 755) and ftp by ascii the file Sender.pm (chmod 755) and created the folder MIME (chmod 755) and ftp the files Base64.pm and QuotedPrint.pm (both chmod 755)



What did I miss?????



Thanks for having a look
Subject Author Views Date
Thread forward record with images daverad 2308 Apr 11, 2003, 1:03 AM
Thread Re: [daverad] forward record with images
davidolley 2251 Apr 11, 2003, 4:34 AM
Thread Re: [davidolley] forward record with images
daverad 2249 Apr 11, 2003, 6:54 AM
Post Re: [daverad] forward record with images
daverad 2218 Apr 13, 2003, 5:57 PM