Please help. What does this mean? "Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/colorai7/public_html/wp-includes/widgets.php on line 53" Does this mean my theme can not handle widgets? Please let me know. Thank you.
what theme do you use and what wordpress version ? you must check first if the theme work with your wordpress version , try default theme if works, the theme is the problem if not ... i don't know now, tell us when you have this error ? (i'm new to wordpress but i will try help you with what i know)
That makes sense. I will try and get both to match. I will post again if I have any more problems. Thank you.
Change line 53 in wp-includes/widgets.php in to: $sidebar = array_merge($defaults, (array)$args); That error happens with certain PHP5 installs.