PDA

View Full Version : Problems with Site



riccpa
06-27-2010, 06:34 PM
I installed the theme and went through the options setting up the various elements of the site. When I click "Visit Site" the default wordpress site comes up. I clicked on the search button on the header and the site came up as I set it up. The site address is:

http://www.zeroresistanceweightrelease.org

riccpa
06-27-2010, 06:55 PM
Now the header is showing up. I can see an error message at the top that say.....

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/bailey97/public_html/zeroresistanceweightrelease.org/wp-includes/classes.php on line 310

Can someone help me with this.

Thanks,
Ric

EHiatt121
06-27-2010, 07:00 PM
Using Chrome it looks okay to me. I appears to be a socrates site that is set up at its basic level, just waiting for content.

compusol
06-28-2010, 06:48 AM
This query has come up before so may be something that is being addresses by the development team.

In the meantime you could take a look at this thread on the WP forum:

http://wordpress.org/support/topic/407949

It appears that the cause may be a temporary server issue or a corrupt WP core file.

It may also be caused by a plugin behaving badly, possibly a caching plugin, as Argument 2 to is a call to wp_get_nocache_headers which returns an array.

If you have a caching plugin such as WP-Super Cache, which Hostgator now installs by default with Wordpress, try deactivating it and see if the error disappears.

Phil