• Resolved PHPanos

    (@phpanos)


    I’m getting a notice in the “Activity, recently publised” area in the dashboard.

    This is because of this function: qtrans_timeFromPostForCurrentLanguage in line 490 in mqtranslate_core.php

    Can you fix it?

    When you comment this hook:
    add_filter(‘get_the_time’, ‘qtrans_timeFromPostForCurrentLanguage’,0,3);
    on line 275 in mqtranslate_hooks.php the notice goes away…

    https://wordpress.org/plugins/mqtranslate/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author chsxf

    (@chsxf)

    Can you give me the exact notice you get please. This is not appearing on our test installs nor on any website we run.

    I suppose this is conflit with some other plugin but we will check this out.

    Thread Starter PHPanos

    (@phpanos)

    Hi,

    Notice: A non well formed numeric value encountered in wp-admin/includes/dashboard.php on line 723
    Notice: A non well formed numeric value encountered in wp-admin/includes/dashboard.php on line 725

    Notice: A non well formed numeric value encountered in wp-admin/includes/functions.php on line 109

    Notice: A non well formed numeric value encountered in wp-admin/includes/functions.php on line 111

    Check this out:
    https://core.trac.wordpress.org/ticket/26671#comment:7

    Thread Starter PHPanos

    (@phpanos)

    I also noticed that these notices comes when you enable the last option in the language advanced settings “Date / time conversion”:
    “Use strftime instead of date and replace formats with the predefined formats for each language.
    Depending on the mode selected, additional customizations of the theme may be needed.”

    I hope this helps.

    Plugin Author chsxf

    (@chsxf)

    The next release fixes this issue. It should be available today.

    Thread Starter PHPanos

    (@phpanos)

    I downloaded the latest update and it seems to work well now.

    Thanks chsxf!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dashboard notice wp 3.9’ is closed to new replies.