http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6874
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #32 from Paul Poulain <[email protected]> --- I think i've found a problem with this patch. When testing, I uploaded a file, then tried to display it, I got: not found (my URL was: /cgi-bin/koha/opac-retrieve-file.pl?id=796851af7a586fad6a19883c8ad714fa116ee9ed) Investigating in /tmp/bz6874 I saw what can be the origin of the bug: -rw-rw-r-- 1 paul paul 41461 juil. 18 11:11 Capture d'écran - 06072012 - 14:04:07.png I uploaded a file called "Capture d'écran - 06072012 - 14:04:07.png" => the encoding on the filesystem is wrong, that's probably why it's failing... You should either fix the encoding or use Text::Unaccent to remove accents sorry, failed QA -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
