It likely means that your theme (smartstart) is making some PHP calls in it's custom-functions.php file - on line 640 of that file no less - that WordPress doesn't like. Thus the error message.
To remove the error message? Make sure the function array_count_values() is actually counting strings (text including numbers and letters) or integers (just numbers) and not objects or arrays (sets of data).