Bug Report: "3" and "9" replaced by batch-upload Bug Report: "3" and "9" replaced by batch-upload
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Bug Report: "3" and "9" replaced by batch-upload

Started by FMH, September 25, 2006, 01:36:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

FMH

The batch-upload function erroneously replaces the characters 3 and 9 with underscores. I have seen this bug reported on older versions of coppermine, but I have encountered it using the newest 1.4.9.

I fixed the problem by removing ' from 'forbiden_fname_char' in the config table. I know this is not the correct solution, but it works well enough for me. But it means that this bug is still not fixed for everybody.

I suspect, that the character encoding of the database could play a role in it. My Database (MySQL 3.32) uses iso-8859-1 and the other bug report I found was in the german forum (and he asked how to change to UTF-8). From this it is very likely, that he was also using the latin1 encoding. (http://forum.coppermine-gallery.net/index.php?topic=32459.msg151361#msg151361).


Joachim Müller