• Resolved yoshi9959

    (@yoshi9959)


    Dear

    Recently two error message started to appear on admin page. Also I found the wishlist did not work; although I click wishlist button, the item is not listed on wishlist.
    Any clue to fix these?

    Warning: sprintf(): Too few arguments in /home/wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php on line 858

    Warning: Cannot modify header information – headers already sent by (output started at /home/wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php:858) in /home/yoshitsuchiya/public_html/shop/wp-content/plugins/woo-content-popup/woo-content-popup.php on line 16

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter yoshi9959

    (@yoshi9959)

    Although version 2.1.1 was just release, it doesn’t help. So. I fixed by adding “%s”, instead of space on plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php on line 858.

    Original goes like this, and cause error of Warning: sprintf(): Too few arguments in,
    ‘desc’ => sprintf( __( ‘Enable all plugin
    Tweak as below.
    ‘desc’ => sprintf( __(“%s”,’Enable all plugin

    i am unable to login to admin area to manage website. this is the following error i get. seems abit of coincedence since update woocommerce and various other plugins the other day to now get this.

    please help

    Warning: array_key_exists() expects parameter 2 to be array, string given in /home/pcmotoco/public_html/wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl.php on line 1156

    Warning: Cannot modify header information – headers already sent by (output started at /home/pcmotoco/public_html/wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl.php:1156) in /home/pcmotoco/public_html/wp-includes/pluggable.php on line 1195

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message on admin & not work on storefront’ is closed to new replies.