Hey Guys, i need help! check my site - http://celebonfire.com/ I cant get into the control panel - http://celebonfire.com/wp-admin/ it says this error - Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/everythi/public_html/celebonfire/wp-includes/widgets.php on line 53 Warning: Cannot modify header information - headers already sent by (output started at /home/everythi/public_html/celebonfire/wp-includes/widgets.php:53) in /home/everythi/public_html/celebonfire/wp-includes/pluggable.php on line 391 any ideas on how to fix?
You have modified any of your wordpress files recently? since its widgets.php it could be a widget/plugin that have problems.
Download your plugins folder to have a backup. Delete all the plugins in the plugin folder, and try to access to your admin panel. Plugins should be disabled if they are deleted. PD: what version of wordpress are you using?
For your first error, try the fix mentioned here. Your second error generally means there is a whitespace character at the end of the line 53 in your widgets.php file. Delete the whitespace and resave.