Re: functions.php in child theme?
well,to me,It seems the problem with get_bloginfo.
As you are using child theme,put timthumb in your child theme.
then replace this line
$scriptpath = get_bloginfo('template_directory');
with this
$scriptpath = get_bloginfo('stylesheet_directory');
or this
$scriptpath = get_stylesheet_directory_uri();
Both should work