bug - apostrophe in user name bug - apostrophe in user name
 

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 - apostrophe in user name

Started by noname00, December 23, 2004, 11:20:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

noname00

coppermine 1.3.2
an apostrophe in a user name causes database errors.
ie <noname00's group> as username.

Tranz

It looks like it wasn't escaped. Can you enable magic quotes?

Not that this shouldn't be looked into in the code, but until it is addressed, magic quotes should help escape the apostrophe.

Joachim Müller

as far as I can remember this has been reported before (and fixed). Please search for a similar error report and the fix.

Joachim