Error: “operator not supported for strings…”
-
I just upgraded to 2.1, and now have this error in my sidebar:
Fatal error: [] operator not supported for strings in /home/content/w/i/n/wingerco/html/FreeBlog/wp-includes/classes.php on line 402
The error is displayed just below the “Categories” heading. Here is a snippet from my sidebar.php:
<h2><?php _e(‘Categories’); ?></h2>
<ul id=is_link><?php wp_list_cats(0, ‘All’, ‘name’, ‘asc’, ”, 1, 0, 1, 0, 1, 1, 0,”,”,”,1) ?>
None of the information that usually appears below “Categories” displays in the sidebar.
As part of the upgrade, I deleted the old version of the folder wp-includes from the server, and then copied the new version from the unzipped installation files.
Can anyone help me straighten this out?
- The topic ‘Error: “operator not supported for strings…”’ is closed to new replies.