Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • fh

    (@felipestyle77)

    Same here

    fh

    (@felipestyle77)

    I have the same problem, not fixed yet.

    Thread Starter fh

    (@felipestyle77)

    I already updated to v7.4.2 and still seeing errors/warnings.

    [error] 5836#5836: *67053 FastCGI sent in stderr: “PHP message: PHP Warning: Illegal string offset ‘url’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 101

    PHP message: PHP Warning: Illegal string offset ‘path’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 102

    PHP message: PHP Warning: Illegal string offset ‘size’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 113

    PHP message: PHP Warning: Illegal string offset ‘id’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 51

    PHP message: PHP Warning: Illegal string offset ‘alt’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 52

    PHP message: PHP Warning: Cannot assign an empty string to a string offset in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 52

    PHP message: PHP Warning: Illegal string offset ‘width’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 53

    PHP message: PHP Warning: Illegal string offset ‘height’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 53

    PHP message: PHP Warning: Illegal string offset ‘pixels’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 53

    PHP message: PHP Warning: Illegal string offset ‘type’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 56

    PHP message: PHP Warning: array_intersect_key(): Argument #1 is not an array in ../public_html/wp-content/plug

    Thread Starter fh

    (@felipestyle77)

    I tried everything you said but nothing worked. I reverted back to version 7.3 right away, and everything is fine again.

    fh

    (@felipestyle77)

    I updated to version 7.4.1 and I’m still getting errors

    PHP message: PHP Warning: Illegal string offset ‘path’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 148
    PHP message: PHP Warning: Illegal string offset ‘size’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 159
    PHP message: PHP Warning: Illegal string offset ‘id’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 69
    PHP message: PHP Warning: Illegal string offset ‘alt’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 70
    PHP message: PHP Warning: Cannot assign an empty string to a string offset in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 70
    PHP message: PHP Warning: Illegal string offset ‘width’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 71
    PHP message: PHP Warning: Illegal string offset ‘height’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 71
    PHP message: PHP Warning: Illegal string offset ‘pixels’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 71
    PHP message: PHP Warning: Illegal string offset ‘type’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 74
    PHP message: PHP Warning: array_intersect_key(): Argument #1 is not an array in ../wp-content/p
    2018/05/03 01:22:58 [error] 10847#10847: *295392 FastCGI sent in stderr: “PHP message: PHP Warning: Illegal string offset ‘url’ in ../wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php on line 147

    Thread Starter fh

    (@felipestyle77)

    Thank you.

    fh

    (@felipestyle77)

    Don’t worry, I use the plugin and I fixed this error few minutes ago.

    The owner of PHP MyVideoBlog has abandoned the plugin and we have no support since then. Their website is also offline, maybe this is the cause of that issue.

    First make a backup of the file mvb_main.php and delete these lines:

    $mvb_latest_version = curl_exec($ch);
    curl_close($ch);
    if($mvb_showversion >= $mvb_latest_version) {
    delete_user_meta($user_id, ‘mvb_check_notice_readed’);
    } else {
    add_action(‘admin_notices’, ‘mvb_notice’);
    }
    }

    And:

    function mvb_notice() {
    global $current_user, $mvb_latest_version;
    $user_id = $current_user->ID;
    $server_url = $_SERVER[‘REQUEST_URI’];
    if (strstr($server_url, “?”)) {
    $mvb_notice_url = strstr($server_url, “?”);
    $mvb_notice_url = str_replace(“?”, “&”, $mvb_notice_url);
    }
    $mvb_noteread = get_user_meta($user_id, ‘mvb_check_notice_readed’, true);
    if ((!$mvb_noteread) AND (current_user_can( ‘install_plugins’ ))) {
    echo ‘<div class=”updated”><p>’;
    printf(__(‘<font color=”green”><b>MVB Plugin</b></font> – A new version (‘.$mvb_latest_version.’) is available! Click here to download. | Hide Notice‘), ‘?mvb_close_notice=0’.$mvb_notice_url.”);
    echo “</p></div>”;
    }
    else if (($mvb_noteread < $mvb_latest_version) AND (current_user_can( ‘install_plugins’ ))) {
    echo ‘<div class=”updated”><p>’;
    printf(__(‘<font color=”green”><b>MVB Plugin</b></font> – A new version (‘.$mvb_latest_version.’) is available! Click here to download. | Hide Notice‘), ‘?mvb_close_notice=0’.$mvb_notice_url.”);
    echo “</p></div>”;
    }
    }

    Hope that helps you.

    fh

    (@felipestyle77)

    I have the same problem here.

Viewing 8 replies - 1 through 8 (of 8 total)