Redmine 備忘録 ファイル添付internal error
apprhythm : 2012-04-23
現象
redmineでチケットとかにファイルを添付した時に、下記のようなエラーが出てアップロード出来ない。
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.
解決方法
SSHでログインし、以下コマンドを実行する。
# chown -R apache:apache redmine # cd redmine # chmod -R 755 files log tmp public/plugin_assets
以上
←「ゴールデンウィーク休暇について」前の記事へ 次の記事へ「WordPress 備忘録 ヘッダーの検索窓非表示」→