Internal error on Administration and My Account
Added by C F over 9 years ago
I have a new install of redmine on a CentOS server using passenger and apache. I can login using the admin account, but when I click on 'Administration' or 'My Account', I get a 500 internal error.
I'm new to ruby and i'm stumped on this. I have added config.log_level = :debug to config/environments/production.rb. When I look at my log/production.log, it only shows migration entries.
First time installing redmine and using ruby, how do I resolve this or get the log to start working?
I have PHP apps running in apache, so I can't restart apache during the day.
Replies (2)
RE: Internal error on Administration and My Account
-
Added by Martin Denizet (redmine.org team member) over 9 years ago
Hello, I suggest you didn't set the permissions right in your log directory.
The user running the app (Apache user) should have write permissions.
On a Debian/Ubuntu, I would run:
chown -R www-data log/
I believe the Apache user is
apache
in CentOS.
Cheers,
RE: Internal error on Administration and My Account
-
Added by C F over 9 years ago
Thanks for the response. Yes, I reset the file permissions according the install instructions the day after I posted the questions which resolved my error. I should have updated my questions. Thanks.