Viewing 1 replies (of 1 total)
  • Thread Starter lfrancois

    (@lfrancois)

    I fixed it in following the instruction (https://blog.aronmartinez.com/qtranslate-solve-date-problem/). What don’t you add this line in the upstream code?

    falbala:/www/wp-content/plugins/qtranslate# diff -u qtranslate_core.php.orig qtranslate_core.php
    --- qtranslate_core.php.orig    2013-11-18 20:57:54.000000000 +0100
    +++ qtranslate_core.php 2013-11-18 20:55:21.000000000 +0100
    @@ -413,6 +413,7 @@
     /* BEGIN DATE TIME FUNCTIONS */
    
     function qtrans_strftime($format, $date, $default = '', $before = '', $after = '') {
    +       $format = str_replace('%%','%',$format);
            // don't do anything if format is not given
            if($format=='') return $default;
            // add date suffix ability (%q) to strftime
    falbala:/www/wp-content/plugins/qtranslate#
Viewing 1 replies (of 1 total)
  • The topic ‘The permalink URL shows uninterpreted character instead of the date’ is closed to new replies.