Search found 2 matches

by trantako
24 Jun 2008, 12:12
Forum: Help
Topic: SMTP
Replies: 7
Views: 16914

Re: SMTP

Note: do not put

Code: Select all

$g_stop_on_errors = ON;
to production machines - in case of an error, you'll get a blank page.
by trantako
24 Jun 2008, 08:14
Forum: Help
Topic: SMTP
Replies: 7
Views: 16914

Re: SMTP

I just installed mantis to Ubuntu 8.04. In order to get it working with vanilla 8.04 desktop, I had to first install LAMP as follows:
sudo tasksel install lamp-server The password to be set for MySQL administration account was requested during LAMP installation. Note that it needs to be set before ...