New Landing How can we help? Themeforest Theme Support Dante Site Error: Undefined Variable

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #129808
    Fisgard
    Member
    Post count: 12

    Hi Guys,

    I’ve been running into some issues on my site and have now just started to look through the log files. Any idea how to correct the logged error below?

    PHP Notice: Undefined variable: core in /volume1/web/wordpress/wp-includes/update.php on line 523

    Line 523 relates to:
    if ( ( $core || $plugins || $themes ) && wp_get_translation_updates() )

    #129891
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    These are just Notice so you can ignore. Please find this code:-
    if ( ( $core || $plugins || $themes ) && wp_get_translation_updates() )

    Change to :-
    if ( ( isset($core) || $plugins || $themes ) && wp_get_translation_updates() )

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register