• Hello,

    I have got that error on Mix and Match in xLanguage.
    “Fatal error: Call to undefined function: array_combine()” in _____.php on line 764.
    line 764 say
    $fallback = array_combine($_POST[“language_${i}_fallback_key”], $_POST[“language_${i}_fallback_value”]);

    First of all, I am not good at web, code etc at all. it might be easy problem…??
    I think Position should be both 0 for bilingual site. then when i tried to change Position or any change on Mix and Match, the error show up.

    What I would like to do is just that site works like changing language on same page.

    Hope anyone can help.

    thank you,

    kotaro

Viewing 7 replies - 1 through 7 (of 7 total)
  • array_combine seems to be available with PHP5. What version of PHP are you using? (see Finding_Server_Info if you need help with that).

    If that is a plugin (Mix and Match in xLanguage), please provide a link to download the plugin.

    Please note that I deleted your duplicate post.

    Thread Starter kotaro-inoue

    (@kotaro-inoue)

    Thank you for your response and link of Finding_Server_Info.

    My PHP Version is 4.4.4.
    It means that the code is not available with my version… I am no idea why it happened…
    So what should i do next to solve the problem?
    also I would really appreciate if you could help setting for bilingual site.

    The plugin(xLanguage) was already existed when i took over.

    I am sorry for duplicate post.

    Thank you.

    kotaro

    So what should i do next to solve the problem?

    See if your host will support PHP 5

    You might also look at:
    WordPress_in_Your_Language

    Thread Starter kotaro-inoue

    (@kotaro-inoue)

    I am really sorry that I don’t have any knowledge of PHP…

    Is there any way that xLanguage works properly with PHP 4.4.4?

    I did almost same setting below, except Position in Mix and Match.
    http://wordpress.org/extend/plugins/xlanguage/screenshots/

    Ask your host about PHP 5.

    Thread Starter kotaro-inoue

    (@kotaro-inoue)

    will find out about PHP 5.

    but it might take long time, so meanwhile, I will appreciate if you could tell me how to make xlanguage worked under my circumstance.(WordPress version: 2.7.1, PHP 4.4.4)

    Thank you.

    Maybe the plugin author will come along and offer a solution.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error: Call to undefined function: array_combine()’ is closed to new replies.