Subscribe to receive updates on Dada Mail:

Dada Mail Mailing Lists: [dadadev] Re: trying to install 2.11.10 alpha

From: "Dada Mail (Justin J)" ...@skazat.com>
Subject: [dadadev] Re: trying to install 2.11.10 alpha
In-Reply-To: [dadadev] trying to install 2.11.10 alpha
Date: March 24th 2008


> Trying to install this and get the following error in my browser
> when I go to 'mail.cgi':
>
> Software error:
> Undefined subroutine &main::set_message called at /var/www/cgi-bin/
> dada21110alpha/dada/mail.cgi line 108.
>
> BEGIN failed--compilation aborted at /var/www/cgi-bin/dada21110alpha/
> dada/mail.cgi line 109.

Did you uncomment anything out in the mail.cgi file? Perhaps to get
the browser error messages to not show? That's the only thing that
would deal with. If you want, just get ride of this whole chunk of
stuff in the mail.cgi file:


use CGI::Carp qw(fatalsToBrowser set_message);
BEGIN {
sub handle_errors {
my $msg = shift;
print q{<h1>Program Error (Server Error 500)</h1>
<hr />
<p>
<em>
More information about this error may be available in the
server error log and/or program error log.
</em>
</p>
<hr />
};
# Uncomment the BELOW line to receive error messages in your
browser:
print "<pre>$msg</pre>";
}

set_message(\&handle_errors);
}


It honestly hasn't changed in years, though. I'm attempting a release
tonight - it'll be a good jump from the alphas if you're willing to
wait (although I may run out of time)

<< Previous: [dadadev] trying to install 2.11.10 alpha

| Archive Index |

Next: [dadadev] Dada Mail 3.0 Unofficial Beta Leak >>

(archive rss , atom )

this list's archives:


This mailing list is to discuss the nerdy programming development of Dada Mail -

If you are *just* looking for support Dada Mail, consult the message boards at:

http://mojo.skazat.com/support/boards

To post to this list, send a message to:

dadadev@skazat.com

All subscribers of this list may post to the list itself.

Some on topic... topics include:

* Positive Crits on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
* Bug/Error reports
* Bug fixes
* Request For Comments on any changes to the program
* Help customizing Dada Mail for your own internal needs
* Patches
* Language Translations
* Support Documentation/Doc editing, FAQ's, etc.
* Discussion of any changes that you would like to be committed to the next version of Dada Mail -

At the moment, there aren't many people with CVS access for Dada Mail - if you would like CVS access, please first talk about the changes you propose and how it will affect the program. If the idea is sound and agreed upon, the change will be comitted. A good track record of this will allow you to have CVS access. Some reasons that patches will not be accepted is if the patch breaks compatibility with a previous version of the program, the patch is too centric to your own problem or the patch simply isn't very good.

Please, please please familiarize yourself with the documentation at:

http://mojo.skazat.com/support/documentation/

Since no one wants to answer the same question twice.

Another sneaky reason for this mailing list is to test out the discussion list capabilities of Dada Mail, since Dada Mail is used for the mailing list itself.

*NOTE* - because of this, there may be times that this list will be somewhat broken. Although we're not planning on breaking the program by using it, we're giving you the heads up that this may well happen anyways.

Subscribe/Unsubscribe on Dada Mail Developers

* Required



Dada Mail is Free Software and is released under the Gnu Public License.
Dada Mail is written in Perl because we love Perl.