Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error: Call to undefined function: convert_kana()....


Guest

Recommended Posts

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...