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

after upgrade kirki is not working #1417

Closed
gregory256 opened this issue Jun 24, 2017 · 2 comments
Closed

after upgrade kirki is not working #1417

gregory256 opened this issue Jun 24, 2017 · 2 comments
Milestone

Comments

@gregory256
Copy link

Issue description:

After upgrade I get this error:
Warning: array_values() expects parameter 1 to be array, null given in public_html/test/wp-includes/script-loader.php on line 988 Warning: array_values() expects parameter 1 to be array, null given in /test/wp-includes/script-loader.php on line 989 Warning: array_values() expects parameter 1 to be array, null given in /public_html/test/wp-includes/script-loader.php on line 992 Warning: array_values() expects parameter 1 to be array, null given in public_html/test/wp-includes/script-loader.php on line 993 Warning: array_values() expects parameter 1 to be array, null given in /public_html/test/wp-includes/script-loader.php on line 994 Fatal error: Call to a member function is_rtl() on null in /public_html/test/wp-includes/script-loader.php on line 997

I did tried to uninstall the plugin and install fresh but it not helped

Version used:

3.0.3 and 3.0.4

Using theme_mods or options?

child theme of MaxStore Pro

Code to reproduce the issue (config + field(s))

@aristath
Copy link
Contributor

There is only 1 instance of the array_values function in the Kirki plugin.

If the problem you're having was being caused by Kirki, then this last commit will take care of it (added a check for is_array() before calling the array_values() function).

@aristath aristath modified the milestone: 3.0.5 Jun 25, 2017
@gregory256
Copy link
Author

Thanks, the problem was in new Woocomerce 3.0.9 and now it works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants