Open vdementev opened 7 years ago
У меня то же самое и экран не скроллится. Вы нашли как вылечить?
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