• It seems that it is a complete mess with wp 3.9.1. I would like to know (I am asking really kindly) if there is:

    1. Any chance for update of the plugin and when we can expect it?

    2. Is there any workaround or fix?

    3. Should I install again wordpress with previous version? (This depends on question 1)

    Thanks to the developer – the plugin is great! I only need to know in what time we should expect something, because I need to act asap and fix my sites. Thanks !!

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

Viewing 15 replies - 31 through 45 (of 48 total)
  • For me it worked w/o visual editor sheet.

    Thread Starter mpatzekov

    (@razmzk)

    I also confirm that this solution https://www.enriqueacevedo.mx/2014/05/wordpress-3-9-1-y-el-error-qtranslate/ is working.

    What you need to do is:

    1. Open your qtranslate.php file, find the line:
    QT_SUPPORTED_WP_VERSION and in the brackets you should enter 3.9.1. For example, if the line is:

    define(‘QT_SUPPORTED_WP_VERSION’, ‘3.8.1’), you should change it to:
    define(‘QT_SUPPORTED_WP_VERSION’, ‘3.9.1’)

    2. You need to download three php files from here:
    https://www.enriqueacevedo.mx/2014/05/wordpress-3-9-1-y-el-error-qtranslate/

    qtranslate_hooks.ph
    qtranslate_javascript.php
    qtranslate_wphacks.php

    Then you need to upload these 3 php files in your qtranslate plugin folder and replace the existing ones.

    And that worked for me. ??

    razmzk, thank you very much for recapping this. very clear, very helpful. I am going to test it on my site today.

    one thought I have is, that even though it works for now, could we be in trouble again with the next WP upgrade. I mean if Qian has stopped working on this, as it seems he has, he has stopped working on it…

    Or do we have a group of folk here that would be able to keep updating it? I surely am not one of those as I am not a coder.

    Fine! Work!
    A big thank you! ??

    This sounds really promising. I haven’t tried it out yet but i will as soon I have time. THANK YOU !!!

    Although it is only a solution until the next WP update I think. The problem that qtranslate is not supportet consitently still exists ??

    Can also confirm this fixed the problems I’d been having in 3.9.1 as well.

    Would it not make sense to move qtranslate over to a git repo where we can keep a consistently working, community version up to date?

    @waffl: very good idea I think. Is there anyone who would host a consistent qtranslate version on githup?

    Is mqtranslate not the option we look for?

    I am not a coder, but it seems it does the same and a bit more. correct me if I am wrong here.

    I also confirm that this solution https://www.enriqueacevedo.mx/2014/05/wordpress-3-9-1-y-el-error-qtranslate/ is working for me.

    Hi, I tried with the solution https://www.enriqueacevedo.mx/2014/05/wordpress-3-9-1-y-el-error-qtranslate/

    qtranslate works for all the website, EXCEPT for the post page. Here what I read:
    Catchable fatal error: Object of class WP_Post could not be converted to string in /htdocs/public/www/wp-content/plugins/qtranslate/qtranslate_core.php on line 455

    Any suggestions? Thank you

    You have to remove the “$before.” in qtranslate_core.php file from the line 455 so it should be:

    return strftime($format, $date).$after;

    It works when you have opted for strftime in qTranslate options.

    Thank you so much, now it works perfectly!

    I do not have any crash with WP 3.9.1 + qtranslate 2.5.39 + mqtranslate 2.6.2.6.

    I just have glitches with string containing variables (ig %d). Sometimes it is translated, sometimes not. Any experience on this?

    I’m pretty sure that Qian is not constrained to update qTranslate costantly but with 1,206,357 of downloads I think there is something to do against his fugitive behaviour. I will go with WPML for my future works, that’s pretty sure, in the hope that a multilangual feature will be added in the WP core.

    Hey guys,

    When I performed Enrique’s method, it resulted in a bunch of error messages like below:

    Warning: Cannot modify header information – headers already sent by (output started at /home2/etie1893/public_html/wp-content/plugins/qtranslate/qtranslate.php:1) in /home2/etie1893/public_html/wp-content/plugins/qtranslate/qtranslate_core.php on line 71

    Warning: Cannot modify header information – headers already sent by (output started at /home2/etie1893/public_html/wp-content/plugins/qtranslate/qtranslate.php:1) in /home2/etie1893/public_html/wp-includes/option.php on line 747

    Warning: Cannot modify header information – headers already sent by (output started at /home2/etie1893/public_html/wp-content/plugins/qtranslate/qtranslate.php:1) in /home2/etie1893/public_html/wp-includes/option.php on line 748

    Any ideas how to fix this?

Viewing 15 replies - 31 through 45 (of 48 total)
  • The topic ‘qtranslate crashes with WP 3.9.1’ is closed to new replies.