-
I get the following error msg when starting the script from a shell prompt:
POS not a valid AcmemailSession type!
I get the same error with the latest version and the cvs checkout.
The following is from AcmemailConf.pm :
sub session_type () {
return "POS";
# return "Database";
}
I get the same error when it is set to Database.
Any help appreciated.
2003-08-03 16:34:43 UTC by projectobjects
-
Logged In: YES
user_id=125882
I ran into the problem on my server too and was about to try
to patch it when I found this. Thanks for the patch,
unfortunately the lines got wrapped when you sent it so I had
to clean it up a bit before I could apply it.
I also would like to encourage the developers to take the
patch.
2003-07-08 17:59:19 UTC by jdanielmit
-
We really need a basic address book functionality.
Nothing fancy. Just a simple list of names/addresses.
2003-06-23 18:42:52 UTC by nobody
-
I fixed the bug on my server.
Here is the bug fix:
# diff -c acmemail_orig.cgi acmemail.cgi
*** acmemail_orig.cgi Thu Jan 16 12:56:29 2003
--- acmemail.cgi Thu Jan 16 13:00:43 2003
***************
*** 122,128 ****
my $bcc = $q->param('bcc');
my $subject = $q->param('subject');
my $body = $q->param('body');
! my $attachment = $q->param('attachment');
my $reply =...
2003-01-16 21:32:16 UTC by nobody
-
Just in case the bug may have been fixed in 2.2.4, I thought I would
upgrade. No joy though.
--dsweet.
2003-01-15 23:23:37 UTC by nobody
-
wim committed patchset 93 of module acmemail to the acmemail CVS repository, changing 1 files.
2003-01-06 13:09:40 UTC by wim
-
I'm having the same problem. If you don't mind, what did you
do to solve?.
2002-11-15 19:41:38 UTC by nobody
-
I followed the install instruction for version 2.2.4 using
RedHat 7.3 and imap from the cd everything compiled
correctly using:
perl Makefile.PL --cclient_dir=/usr/lib --with-cclient-
include
s=/usr/include/imap --with-shared_cclient
but I get the following error in error_log:
[Fri Nov 1 13:48:08 2002] [error] [client
192.168.140.115] Symbolic link not al
lowed...
2002-11-02 00:01:53 UTC by nobody
-
I followed the install instruction for version 2.2.4 using
RedHat 7.3 and imap from the cd everything compiled
correctly using:
perl Makefile.PL --cclient_dir=/usr/lib --with-cclient-
include
s=/usr/include/imap --with-shared_cclient
but I get the following error in error_log:
[Fri Nov 1 13:48:08 2002] [error] [client
192.168.140.115] Symbolic link not al
lowed...
2002-11-01 22:41:12 UTC by nobody
-
My email address is dsweet@tgd-inc.com.
2002-11-01 00:12:36 UTC by nobody