Zdravim, mam problem – php mne hazi nasleduji warningy:
- Warning: A non-numeric value encountered in …/www/wp-content/themes/Divi/functions.php on line 2440
-zde na danem radku v souboru je:
- 2439- $wp_customize->add_setting( ‚et_divi[widget_header_font_size]‘, array(
2440- ‚default‘ => et_get_option( ‚body_header_size‘ * .6, ’18‘ ),
- Warning: A non-numeric value encountered in /web/htdocs3/yoda_pizzacz/home/www/wp-content/themes/Divi/functions.php on line 5841
radek 5841 – $widget_header_font_size = intval( et_get_option( ‚widget_header_font_size‘, intval( et_get_option( ‚body_header_size‘ * .6, ’18‘ ) ) ) );
Poradíte prosím? Díky
2 Odpovědi
Zdravím, mám stejný problém:
Warning: A non-numeric value encountered in /www/doc/www.adcz.cz/www/wp-content/themes/vlog/core/template-functions.php on line 236
a na osudném řádku je:
$meta = function_exists( ‚the_views‘ ) ? number_format_i18n( absint( str_replace( $thousands_sep, “, intval( get_post_meta( get_the_ID(), ‚views‘, true )) ) + vlog_get_option( ‚views_forgery‘ ) ) ) . ‚ ‚.__vlog( ‚views‘ ) : “;
nevíte kde by mohla být chyba?
Děkuji
Vaše odpověď