• Resolved ozdecor

    (@ozdecor)


    I have just found a error on one of my sites , jigshop is v1.9.2 , all plugins are current but i see this error at the top of the screen. Does anyone know a reason or a fix

    thanks
    ian

    Warning: array_merge_recursive(): Argument #2 is not an array in /home/username/public_html/domain.com/wp-content/plugins/jigoshop/classes/jigoshop_options.class.php on line 137

    Warning: array_merge_recursive(): Argument #2 is not an array in /home/username/public_html/domain.com/wp-content/plugins/jigoshop/classes/jigoshop_options.class.php on line 137

    https://ww.wp.xz.cn/plugins/jigoshop/

Viewing 5 replies - 1 through 5 (of 5 total)
  • OptArt

    (@optart)

    thanks for letting us know, we’ll check what may be the reason

    OptArt

    (@optart)

    fast way to hide for now if it’s on live site – add in functions.php after <?php
    error_reporting(E_NONE);
    to hide all warnings. (will work if it’s not overwritten somewhere)

    Thread Starter ozdecor

    (@ozdecor)

    is that the themes functions.php file?

    OptArt

    (@optart)

    yes

    megawebmaster

    (@megawebmaster)

    Fixed in upcoming release 1.9.3

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Warning: array_merge_recursive(): Argument #2 error’ is closed to new replies.