I don't know what happened, but all of a sudden the paths to the images in my home page slider have a duplicative path in the timthumb string. I haven't been working on that part of the site at all - I don't even know what would cause that.
but now my image paths are:
<img src="http://www.scottsdaleearnoseandthroat.com/wp-content/themes/Scottsdale ENT/timthumb.php?src=http://www.scottsdaleearnoseandthroat.com/wp-content/uploads/2013/07/slide_img4.jpg&w=1000&h=270&zc=1" alt="" >
This is the code in the index.php page:
<img src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo $image[0]; ?>&w=1000&h=270&zc=1" alt="" >
And here is the site link: http://www.scottsdaleearnoseandthroat.com/
I know that timthumb has some security issues, so I updated the file to see if that would help. It didn't.
Any ideas?