I recently upgraded my wordpress from 2.2 to 2.3.2
Normally an upgrade just takes 25minutes, including makein the backups.
I have struggled for the last 2 hours with errors that I don’t know how to fix.
Alls of them have to do with the widgets.php
For example
Fatal error: Cannot use string offset as an array in /home/site/public_html/wp-includes/widgets.php on line 533
Fatal error: Cannot use string offset as an array in /home/site/public_html/wp-includes/widgets.php on line 618
Line 533 is:
$title = $options[$number][‘title’];
Line 618 is:
$c = $options[$number][‘count’] ? ‘1’ : ‘0’;
How can I fix this?