qTranslate ist derzeit nicht kompatibel mit WordPress 3.9.1. Es kommt aktuell zu folgendem Fehler beim Einsatz:
Catchable fatal error: Object of class WP_Post could not be converted to string in
/var/www/wp.home/wpsg/wp-content/plugins/qtranslate/qtranslate_core.php on line 455
Abhilfe schafft folgende Änderung in der Datei /wp-content/plugins/qtranslate/qtranslate_hooks.php:
add_filter(‚get_the_date‘, ‚qtrans_dateFromPostForCurrentLanguage‘, 0, 4);
in
add_filter(‚get_the_date‘, ‚qtrans_dateFromPostForCurrentLanguage‘, 0, 2);