I did the upgrade from 7.0.4 to 7.0.5 on the first site everythings goes fine on the seconde one not the same result I receive this error code
Fatal error: Call to undefined function bx_encode_url_params() in /home/denjo/domains/seductionlib.net/public_html/communaute/templates/base/scripts/BxBaseMenu.php on line 358
can someone tell me where to look tho fix it this line should ride some language code line???
$sGetTransfer = bx_encode_url_params($_GET, array('lang'));
$sLanguageUrl = bx_html_attribute($_SERVER['PHP_SELF']) . '?' . $sGetTransfer . 'lang='. $sLanguageID;
}
