You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[11-Aug-2017 10:24:34 UTC] PHP Warning: A non-numeric value encountered in /var/www/domisolnce/html/wp-content/plugins/wc-edostavka/includes/class-wc-shipping-edostavka.php on line 278
[11-Aug-2017 10:40:28 UTC] PHP Warning: Declaration of WC_Edostavka_Shipping_Method::calculate_shipping() should be compatible with WC_Shipping_Method::calculate_shipping($package = Array) in /var/www/domisolnce/html/wp-content/plugins/wc-edostavka/includes/class-wc-shipping-edostavka.php on line 0
The text was updated successfully, but these errors were encountered:
У меня то же самое и экран не скроллится. Вы нашли как вылечить?
Warning: Declaration of WC_Edostavka_Shipping_Method::calculate_shipping() should be compatible with WC_Shipping_Method::calculate_shipping($package = Array) in /var/www/waxamanager/data/www/waxashop.ru/wp-content/plugins/wc-edostavka/includes/class-wc-shipping-edostavka.php on line 307
Для тех у кого отображаются данного типа варнинги, отключите режим отладки вордпресс define( 'WP_DEBUG', false );
В файле class-wc-shipping-edostavka.php в метод calculate_shipping добавьте атрибут $package (Пример function calculate_shipping( $package = array() ))
В файле class-wc-shipping-edostavka.php в метод calculate_shipping добавьте атрибут $package (Пример function calculate_shipping( $package = array() ))
Собственно вот, возьмите на заметку.
[11-Aug-2017 10:24:34 UTC] PHP Warning: A non-numeric value encountered in /var/www/domisolnce/html/wp-content/plugins/wc-edostavka/includes/class-wc-shipping-edostavka.php on line 278
[11-Aug-2017 10:40:28 UTC] PHP Warning: Declaration of WC_Edostavka_Shipping_Method::calculate_shipping() should be compatible with WC_Shipping_Method::calculate_shipping($package = Array) in /var/www/domisolnce/html/wp-content/plugins/wc-edostavka/includes/class-wc-shipping-edostavka.php on line 0
The text was updated successfully, but these errors were encountered: