Re: RT 4.2.10rc1 released
Guadagnino Cristiano <[email protected]> Wed, 11 Feb 2015 07:54:48 +0000
| Newsgroups | gmane.comp.bug-tracking.request-tracker.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Alex, first time I was running on mod_perl. Then I read on this list that fastcgi is the preferred way to deploy RT, so I switched to fastcgi. I had the problem with both, though. This is on my test RT installation. After giving the correct permissions to the /opt/rt4/var directory it is now working correctly. Thank you!! Cris On 10/02/2015 23:00, Alex Vandiver wrote: > On Mon, 9 Feb 2015 15:51:10 +0000 Guadagnino Cristiano > <[email protected]> wrote: >> I am testing RT 4.2.10rc1 on my CentOS 6.6 (64 bit). >> I have enabled HTML::FormatExternal and I have elinks installed and working. >> >> Whenever I start apache, I get the following errors in apache's error_log: > Do you use mod_perl or fastcgi for your deployment? > >> ERROR at home.c:156: Unable to find or create ELinks config >> directory. Please check if you have $HOME variable set correctly and >> if you have write permission to your home directory. I have my $HOME >> variable set as "/root", so I changed permissions so that the "apache" >> group can read/write in the /root/.elinks directory. > RT sets the $HOME variable to $RT::VarPath (usually /opt/rt4/var), > which should be writable by your webserver: > > https://github.com/bestpractical/rt/blob/stable/lib/RT/Interface/Email.pm#L1860 > > - Alex