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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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