georgebizpro Posted November 15, 2010 Share Posted November 15, 2010 I just installed a new Wordpress theme and get the following error message: Warning: implode() [function.implode]: Invalid arguments passed in /home3/baltimp4/public_html/gall/wp-content/themes/organic_health_tan/header.php on line 70 On http://gall.maryland-marketing.com/ Does anyone know what the problem might be? Quote Link to comment Share on other sites More sharing options...
Maq Posted November 15, 2010 Share Posted November 15, 2010 The wrong parameter types are being passed in for the implode function: http://us.php.net/implode Takes either [string, Array] or [Array] and default the glue with a comma I believe. Have you tried asking the author? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.