Project

General

Profile

Redmine 2.3.0 Internal error when browsing my account page

Added by Ras Cag about 11 years ago

Hi,

I installed redmine to my ubuntu 12.10

Everything is ok.

After i login my account, i am clicking "My Account" at the top right link.

But page said that following message. Please help to solve this issue.

Error Message :

"Internal error

An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

Back"

My Production Environment Info

Environment:
Redmine version 2.3.0.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.13
Environment production
Database adapter Mysql2
Redmine plugins:
no plugin installed


Replies (1)

RE: Redmine 2.3.0 Internal error when browsing my account page - Added by Ras Cag about 11 years ago

I found the solution which works for me.
You should give permission to redmine user to write related directories.

cd /srv/www/redmine.example.com/ -> this is a folder which contains redmine
chown -R redmine:redmine *
cd redmine
chmod -R 755 files log tmp public/plugin_assets

    (1-1/1)