Actions
Defect #846
closedFile does not exist: /.../plugin_assets, referer: http://.../projects/new
Defect #846:
File does not exist: /.../plugin_assets, referer: http://.../projects/new
Description
新しいプロジェクトを作るときに apache の error_log に
File does not exist: (Webドキュメントのルート)/plugin_assets, referer: http://(Redmineのルート)/projects/new
のようなエラーメッセージがでます。
wiki_extensions_helper_patch.rb の
baseurl = url_for(:controller => 'wiki_extensions', :action => 'index', :id => @project) + '/../../..'
のところが新しいプロジェクトを作るときに対応していないのではないでしょうか。
Updated by Haru Iida over 14 years ago
- Assignee set to Haru Iida
- Target version set to 0.3.7
Updated by Haru Iida over 14 years ago
- Status changed from 新規(New) to 解決(Resolved)
- % Done changed from 0 to 100
更新履歴 commit:4382f8f4827b で適用されました。
Updated by Haru Iida over 14 years ago
- Status changed from 解決(Resolved) to 終了(Closed)
Actions