Bug #19134 Version Retired

All data wiped from $_POST if accented character present….

Version: 2.5.5 Reporter: Robin Sowell

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

This looks like it may be an inconv bug (see report) and only happens with specific versions.  So- include this in a form and post it- entire post array gets wiped:

Développement test site

 

  • In system/codeigniter/system/core/Utf8.php around line 84, find this:

    $str = @iconv('UTF-8', 'UTF-8//IGNORE', $str);

    And replace it with this:

    $str = @iconv('UTF-8', 'UTF-8', $str);
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases