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? Link to comment https://forums.phpfreaks.com/topic/218761-functionimplode-invalid-arguments-passed/ 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? Link to comment https://forums.phpfreaks.com/topic/218761-functionimplode-invalid-arguments-passed/#findComment-1134689 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.