You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
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).
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))
The text was updated successfully, but these errors were encountered: