fh
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Most Used Post Categories not savingSame here
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Fix PHP WarningI have the same problem, not fixed yet.
Forum: Plugins
In reply to: [Yoast SEO] PHP Warning: Illegal string offset..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
Forum: Plugins
In reply to: [Yoast SEO] PHP Warning: Illegal string offset..I tried everything you said but nothing worked. I reverted back to version 7.3 right away, and everything is fine again.
Forum: Plugins
In reply to: [Yoast SEO] Warning: Illegal string offset ‘url’ in…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 147Thank you.
Forum: Plugins
In reply to: getting this Warning: printf() [function.printf] while using MVB pluginDon’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.
Forum: Plugins
In reply to: [WP-PostViews] Zero at posts viewI have the same problem here.