error message: …theme-utils.php on line 47
-
Hi,
My sides http://www.helpinghands-uk.com and http://www.freeofsugar.com are basically identical. But at the freeofsugar page I get two messages at the top, one mentioning line 47 and the other line 43:
“Warning: implode() [function.implode]: Invalid arguments passed in /home/content/63/9858863/html/wp-content/themes/graphene/includes/theme-utils.php on line 47”
I don’t understand what I did different. Is it because freeofsugar runs via godaddy and the other side via 1&1?
Could you please advise how I can solve the issue.
Thanks
Petra
PS my other website http://www.omforyogis.com runs perfect and therefore I changed the theme of the above sides to this one.
Mod
Are you running the same version of WordPress on each one?
Quote:Is it because freeofsugar runs via godaddy and the other side via 1&1?As Ipstenu says, “Every server is a snowflake”, so it could be host-related. They could have different versions of PHP installed, or their PHP could be set up differently.
Admin
Try opening up the
theme-utils.php
file, and then add this code just before the code on line 43:if ( ! $rgb ) return $hex;
- You must be logged in to reply to this topic.