From:
"Joe Rizza"
Subject:
[dadadev] Re: trying to install 2.11.10 alpha
In-Reply-To:
[dadadev] Re: trying to install 2.11.10 alpha
Date:
March 24th 2008
Did you uncomment anything out in the mail.cgi file? Perhaps to get
> 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.
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)
--
Justin J.
Dada Mail - Write Once: Distribute Everywhere Software
url: http://mojo.skazat.com
--
On Mar 23, 2008, at 9:45 PM, Joe Rizza wrote:
> 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.
> For help, please send mail to the webmaster , giving this error
> message and the time and date of the error.
>
> I'm sure it's something simple I'm missing, but I've installed DADA
> enough times that I should be able to do it pretty easily by now.
> Any ideas where to start? I'm basically just setting up the
> mail.cgi, and Config.pm files, and then get the above error.
>
> Thanks,
> -Joe
>
> Post:
> mailto:...@skazat.com">dada...@skazat.com
>
> Unsubscribe:
> http://mojo.skazat.com/cgi-bin/dada/mail.cgi/u/dadadev/
>
> List Information:
> http://mojo.skazat.com/cgi-bin/dada/mail.cgi/list/dadadev
>
> Archive:
> http://mojo.skazat.com/cgi-bin/dada/mail.cgi/archive/dadadev
>
Post:
<mailto:...@skazat.com">dada...@skazat.com>
Unsubscribe:
<http://mojo.skazat.com/cgi-bin/dada/mail.cgi/u/dadadev/>
List Information:
<http://mojo.skazat.com/cgi-bin/dada/mail.cgi/list/dadadev>
Archive:
<http://mojo.skazat.com/cgi-bin/dada/mail.cgi/archive/dadadev>
|
<< Previous: [dadadev] Dada Mail 3.0 Unofficial Beta Leak |
| Archive Index | |
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.