Images

I updated Wordpress to 3.4.1 and all the images have disappeared. The theme uses multiple things and I updated timthumb.php but it didn’t fix the issue. I ran the Theme Check plugin and got the following errors:

http://pastebin.com/12xpX14A

Basically the image url’s on the site are this:

http://www.domain.com/wp-content/themes/domain/theme/classes/timthumb.php?src=http://www.naspos.com/wp-content/uploads/2012/02/orangevpos-500.jpg&w=200&h=200&zc=1

which gets access denied error.

but the real image is this:

http://www.domain.com/wp-content/uploads/2012/02/orangevpos-500.jpg

Why? If anyone takes a look at the log is there any pattern to quickly fix these issues?