Guest Posted May 18, 2003 Posted May 18, 2003 I'm trying to setup Japanese version of osCommerce. When I tried to register as new user (login.php), I get the error messages posted below. Fatal error: Call to undefined function: convert_kana() in /home/w2studio/public_html/catalog/includes/functions/general.php on line 1023 These line is the function inside the general.php // Convert "zen-kaku" alphabets and numbers to "han-kaku" // tamura 2002/12/30 function tep_an_zen_to_han($string) { return mb_convert_kana($string, "a"); } Can anyone help me with this?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.