Hi,
Out of nowhere I have an error in one of my templates on a page where I'm using the WordPress function wp_list_categories() quite a few times.
The error message is this:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/.../public_html/wp-includes/taxonomy.php on line 2797
Warning: implode() [function.implode]: Invalid arguments passed in /home/.../public_html/wp-includes/taxonomy.php on line 2797
Warning: Invalid argument supplied for foreach() in /home/.../public_html/wp-includes/taxonomy.php on line 2804
Is anybody familiar with this error message and can tell me how to fix this or at least what could be causing this?
Many thanks!
Jerry