Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
arunbasillal opened this issue Jan 20, 2019 · 0 comments
Closed
Labels
bug Something isn't working the way it was designed

Comments

@arunbasillal
Copy link
Contributor

/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] => 
)
@arunbasillal arunbasillal added the bug Something isn't working the way it was designed label Jan 20, 2019
@arunbasillal arunbasillal changed the title Notice: Array to string conversion in basic-setup.php on line 415 PHP Notice: Array to string conversion in basic-setup.php on line 415 Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working the way it was designed
Projects
None yet
Development

No branches or pull requests

1 participant