Hi,
Have you checked for a plugin conflict? You will have first to start looking for a plugin conflict. Please deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Lines 486 to 498 are:
if ( 0 === $bytes ) {
/* translators: Unit symbol for byte. */
return number_format_i18n( 0, $decimals ) . ‘ ‘ . _x( ‘B’, ‘unit symbol’ );
}
foreach ( $quant as $unit => $mag ) {
if ( (float) $bytes >= $mag ) {
return number_format_i18n( $bytes / $mag, $decimals ) . ‘ ‘ . $unit;
}
}
return false;
}
Moreover, I don’t understand. Could you kindly explain why and how?
This plugin helps to downgrade a WP version, how could I “reinstall” with it? Wouldn’t it be easier to click “Re-install version 6.1.1-fr_FR” in Dashboard > Updates? But what would be the benefit? And wouldn’t I risk to loose all my settings?
Thanks
Hi,
We can take a look at this and investigate why it is not working for you. Contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cpanel url and credentials
– a link to this topic in order to identify you
Thank you!