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
Quote Reply
Re: [daverad] forward record with images In reply to
While I cannot help with your specific problem, have you made sure that you have placed the debug lines at the top of your cofg file. Like this:

# Please check the README file for full details on registration.
# =====================================================================
# Display Debugging Information (1 = Yes, 0 = No).
$db_debug = 0;

This usually makes the debugging information appear.
-------------
David Olley
Anglo & Foreign International Limited,
http://www.firehelmets.co.uk

There are 10 types of people in the world: those who understand binary, and those who don't.
Quote Reply
Re: [davidolley] forward record with images In reply to
Thanks for the reply David. Normally the debug info appears when needed but not for this specific problem. I think the trouble is related to the Mail::Sender module.

Does anyone have any advice on this module (or the forward record with images mod)?

Cheers,

Dave
Quote Reply
Re: [daverad] forward record with images In reply to
I have posted the files at http://www.a7designs.com/dbman/

Does anyone have instructions on how to install the Mail:Sender perl module?

I have tried the instructions included with the Forward Record with Images mod but with no luck. Are these the only files that are needed?

Sender.pm (in the Mail folder within dbman)
Base64.pm and QuotedPrint.pm (in the MIME folder within DBMan)

Do these files need any tweaking to work properly?

Thanks for any help!!