Incompatibility with Gengo

Forums Forums Menus Incompatibility with Gengo

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #658
    Anonymous
    Member

    Hi,

    I just installed your plugin and had Gengo installed before. It was producing an error and wordpress was totally jammed. I tracked the error down to an incorrect initialization of the loading of the textdomain. I found a solution here:

    http://jamietalbot.com/wp-hacks/forum/c … Comment_31

    You only have to replace line 32 in index.php
    [code:3ijunrzv]load_plugin_textdomain (‘pixopoint_mln’, "/wp-content/plugins/multi-level-navigation-plugin/languages/");[/code:3ijunrzv]
    with
    [code:3ijunrzv]function my_init() {
    load_plugin_textdomain (‘pixopoint_mln’, "/wp-content/plugins/multi-level-navigation-plugin/languages/");
    }
    add_action(‘init’, ‘my_init’);[/code:3ijunrzv]

    Could you fix this in the next release?

    Thanks a lot
    Hanjo

    #5469

    Thank you very much! And yes, I’ll definitely fix that in the next release.

    It sure is a lot easier to help when the solution to the problem is provided <img decoding=” title=”Smiley” />

    #5470

    I should have a new version released which fixes this and a few other things by the end of the day (if things go to plan).

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.