Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 May 2010 at 22:14 UTC
Updated:
3 Jan 2014 at 01:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nhck commentedThank you for reporting this and helping to make webfm better!
I am able to duplicate and confirm this bug. It is related to the use of basename in webfm.module. basename() is locale dependent and we'll need to replace basename by something else.
Until this happens a quick fix for you could be to set the correct locale in your php.ini.
Comment #2
nhck commentedThis patch should fix it I think.
If you like you can test it - I'll wait for another test before commit.
Learn how to apply a patch here: http://drupal.org/patch/apply
Thank you :-)
Comment #3
nhck commentedNobody?
Comment #4
nhck commented#806614 by Niels Hackius | taras7t: Fixed 'file X path not found' when adding file to node (file name contains Russian characters).
Thank you for helping out and reporting this. This is fixed in CVS.