• Resolved Uobet

    (@uobet)


    Hi,

    I’ve migrated from mqtranslate to qtranslate-X a few minutes ago.

    Can somebody help me to understand the following error msg?

    Fatal error: Call to undefined function qtrans_getlanguage() in /var/www/…/wp-content/plugins/code-snippets/code-snippets.php(1103) : eval()’d code(3) : eval()’d code on line 4

    S

    https://www.ads-software.com/plugins/qtranslate-x/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Uobet

    (@uobet)

    …this is an example for a code snippet which doesn’t work anymore (“qtrans_getLanguage” is not accepted anymore):

    add_filter( ‘wpmem_login_redirect’, ‘my_login_redirect’ );

    function my_login_redirect()
    {
    // return the url that the login should redirect to
    if(qtrans_getLanguage() == ‘it’){
    return ‘https://www.xxxxxxxxxx’;
    } else {
    //run different code
    return ‘https://www.xxxxxxxxxxx’;
    }
    }

    try changing qtrans_getlanguage() to qtranxf_getlanguage() I had a similar issue when I switched and that fixed my problem, but for me it happened when I was using the qtrans_generateLanguageSelectCode(). I’m not 100% sure if this is the same issue.

    Thread Starter Uobet

    (@uobet)

    Thank you EskapeZion,

    I changed qtrans… with qtranxf, and it seems to work now.

    Thank you very much!

    S

    Plugin Author John Clause

    (@johnclause)

    There is option in -X configuration, “Compatibility Functions”, which enables legacy function names.

    Thread Starter Uobet

    (@uobet)

    thank you John for the hint…fortunately, in my case it was not much work (I had just a few snippets to modify).

    S

    miquelpontes

    (@miquelpontesgmailcom)

    I have just migrated my website (https://opistobranquis.info/en) from mqTranslate to qTranslateX and I also had to change “qtrans” calls with “qtranxf” call in every custom PHP code I had, I also had to put the new widget to choose languages on the frontend, but once this was done, everything worked just fine.

    Thank you very much !

    I just tried to migrate my website (https://www.bestacupuncture.com.au/) from mqTranslate to qTranslateX, but I had to roll back because the qTranslateX seemed to have different behavior in terms of handling new lines (paragraph). By looking into the html source, I noticed that mqTranslate uses the <p> html tag, but qTranslateX just use plain text CR/LF new line. So the pages looked messy after the migration and I chose to roll back.

    Plugin Author John Clause

    (@johnclause)

    @luckyray: this seems to be a completely different topic, which should not go on this thread, I accidentally spotted it on this already resolved thread.

    We do not do anything special with <p> tags, and I currently have no idea on what the problem might be, neither I can reproduce it in any way. I am not sure how we can troubleshoot it, unless you give us admin access to a test-copy of your site. Use qtranslateteam at gm ail d c om, if you decide to do so.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘migration from mqtranslate – fatal error in code snippets-plugin’ is closed to new replies.