Skip to content

PHP Notice: Array to string conversion in basic-setup.php on line 415 #92

@arunbasillal

Description

@arunbasillal

/app/public/superpwa.com/wp-content/plugins/super-progressive-web-apps/admin/basic-setup.php on line 415

Happened on WooCommerce orders page where query_vars had this:

Array
(
    [order] => 
    [orderby] => 
    [posts_per_page] => 20
    [post_type] => shop_order
    [post_status] => Array
        (
            [0] => wc-pending
            [1] => wc-processing
            [2] => wc-on-hold
            [3] => wc-completed
            [4] => wc-cancelled
            [5] => wc-refunded
            [6] => wc-failed
        )

    [perm] => 
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working the way it was designed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions