Actions
Defect #4190
closedjstoolbar-zh-TW.js not found?
Start date:
2009-11-10
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I saw a lot of error lines in my production.log:
ActionController::RoutingError (No route matches "/javascripts/jstoolbar/lang/jstoolbar-zh-TW.js" with {:method=>:get}):
public/dispatch.fcgi:24
There is a jstoolbar-zh-tw.js in the "/public/javascripts/jstoolbar/lang/jstoolbar-zh-tw.js" directory. Maybe a change in character case will fix this problem?
Updated by Azamat Hackimov about 16 years ago
Try rename jstoolbar-zh-tw.js to jstoolbar-zh-TW.js, if this solve problem, I'll fix it in svn.
Updated by ChunChang (Nagaharu) Lo about 16 years ago
Yes. It seems that the error message disappeared after the file is renamed.
By the way, the file, jstoolbar-pt-br.js, may be in the wrong case too.
Updated by Jean-Philippe Lang about 16 years ago
- Status changed from New to Closed
- Affected version (unused) set to devel
- Resolution set to Fixed
Fix committed in r3025. The javascript link was fixed, and file names stay downcased.
Actions